Color Hex Logo

#bb685f Color Hex

#BB685F
(187,104,95)
0 Favorites   0 Comments

Color spaces of #bb685f

RGB 18710495
HSL0.020.400.55
HSV49°73°
CMYK 0.000.440.49   0.27
XYZ27.509421.291613.4863
Yxy21.29160.44170.3418
Hunter Lab46.142825.668114.9711
CIE-Lab53.267232.172719.7310

#bb685f color RGB value is (187,104,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 01011111
Octal 273 150 137
Decimal 187 104 95
Hex BB 68 5F

RGB Percentages of Color #bb685f

%48.45
%26.94
%24.61

CMYK Percentages of Color #bb685f

%0
%44
%49
%27

Triadic Colors of #bb685f

#bb685f #5fbb68 #685fbb

Analogous Colors of #bb685f

#bb685f #bb965f #bb5f84

Monochromatic Colors of #bb685f

#bb685f

Complementary Color

#bb685f #5fb2bb

#bb685f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb685f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb685f Color CSS Codes

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

#bb685f Text Font Color

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

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


#bb685f Background Color

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

This div background color is #bb685f


#bb685f Border Color

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

This div border color is #bb685f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,104,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 #bb685f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb685f


Comments

No comments written yet.

Please login to write comment.