Color Hex Logo

#bb685c Color Hex

#BB685C
(187,104,92)
0 Favorites   0 Comments

Color spaces of #bb685c

RGB 18710492
HSL0.020.410.55
HSV51°73°
CMYK 0.000.440.51   0.27
XYZ27.375621.238112.7817
Yxy21.23810.44590.3459
Hunter Lab46.084825.385315.8152
CIE-Lab53.209131.885921.3982

#bb685c color RGB value is (187,104,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 01011100
Octal 273 150 134
Decimal 187 104 92
Hex BB 68 5C

RGB Percentages of Color #bb685c

%48.83
%27.15
%24.02

CMYK Percentages of Color #bb685c

%0
%44
%51
%27

Triadic Colors of #bb685c

#bb685c #5cbb68 #685cbb

Analogous Colors of #bb685c

#bb685c #bb985c #bb5c80

Monochromatic Colors of #bb685c

#bb685c

Complementary Color

#bb685c #5cafbb

#bb685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb685c Color CSS Codes

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

#bb685c Text Font Color

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

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


#bb685c Background Color

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

This div background color is #bb685c


#bb685c Border Color

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

This div border color is #bb685c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb685c


Comments

No comments written yet.

Please login to write comment.