Color Hex Logo

#bb656d Color Hex

#BB656D
(187,101,109)
0 Favorites   0 Comments

Color spaces of #bb656d

RGB 187101109
HSL0.980.390.56
HSV354°46°73°
CMYK 0.000.460.42   0.27
XYZ27.907520.976317.0459
Yxy20.97630.42330.3182
Hunter Lab45.799928.61669.9932
CIE-Lab52.923535.241611.0425

#bb656d color RGB value is (187,101,109).

#bb656d hex color red value is 187, green value is 101 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bb656d hue: 0.98 , saturation: 0.39 and the lightness value of bb656d is 0.56.

The process color (four color CMYK) of #bb656d color hex is 0.00, 0.46, 0.42, 0.27. Web safe color of #bb656d is #cc6666. Color #bb656d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 01101101
Octal 273 145 155
Decimal 187 101 109
Hex BB 65 6D

RGB Percentages of Color #bb656d

%47.10
%25.44
%27.46

CMYK Percentages of Color #bb656d

%0
%46
%42
%27

Triadic Colors of #bb656d

#bb656d #6dbb65 #656dbb

Analogous Colors of #bb656d

#bb656d #bb8865 #bb6598

Monochromatic Colors of #bb656d

#bb656d

Complementary Color

#bb656d #65bbb3

#bb656d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb656d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb656d Color CSS Codes

.mybgcolor {background-color:#bb656d; } 
.myforecolor {color:#bb656d; }
.mybordercolor {border:3px solid #bb656d; }

#bb656d Text Font Color

<p style="color:#bb656d">Text here</p>

This sample text font color is #bb656d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bb656d Background Color

<div style="background-color:#bb656d">
Div content here</div>

This div background color is #bb656d


#bb656d Border Color

<div style="border:3px solid #bb656d">
Div here</div>

This div border color is #bb656d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,101,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb656d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb656d;
  -webkit-box-shadow: 1px 1px 3px 2px #bb656d;
  box-shadow:         1px 1px 3px 2px #bb656d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,101,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb656d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bb656d;
  -webkit-box-shadow: 1px 1px 3px 2px #bb656d;
  box-shadow:         1px 1px 3px 2px #bb656d;">
Div content here</div>

This div box has shadow with color #bb656d


Comments

No comments written yet.

Please login to write comment.