Color Hex Logo

#bb655f Color Hex

#BB655F
(187,101,95)
0 Favorites   0 Comments

Color spaces of #bb655f

RGB 18710195
HSL0.010.400.55
HSV49°73°
CMYK 0.000.460.49   0.27
XYZ27.212820.698413.3874
Yxy20.69840.44390.3377
Hunter Lab45.495527.151414.4003
CIE-Lab52.617833.778718.8557

#bb655f color RGB value is (187,101,95).

#bb655f hex color red value is 187, green value is 101 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bb655f hue: 0.01 , saturation: 0.40 and the lightness value of bb655f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 01011111
Octal 273 145 137
Decimal 187 101 95
Hex BB 65 5F

RGB Percentages of Color #bb655f

%48.83
%26.37
%24.80

CMYK Percentages of Color #bb655f

%0
%46
%49
%27

Triadic Colors of #bb655f

#bb655f #5fbb65 #655fbb

Analogous Colors of #bb655f

#bb655f #bb935f #bb5f87

Monochromatic Colors of #bb655f

#bb655f

Complementary Color

#bb655f #5fb5bb

#bb655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb655f Color CSS Codes

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

#bb655f Text Font Color

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

This sample text font color is #bb655f
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.


#bb655f Background Color

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

This div background color is #bb655f


#bb655f Border Color

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

This div border color is #bb655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb655f


Comments

No comments written yet.

Please login to write comment.