Color Hex Logo

#bb683f Color Hex

#BB683F
(187,104,63)
0 Favorites   0 Comments

Color spaces of #bb683f

RGB 18710463
HSL0.060.500.49
HSV20°66°73°
CMYK 0.000.440.66   0.27
XYZ26.341020.82437.3338
Yxy20.82430.48330.3821
Hunter Lab45.633623.176222.4150
CIE-Lab52.756729.622837.1718

#bb683f color RGB value is (187,104,63).

#bb683f hex color red value is 187, green value is 104 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bb683f hue: 0.06 , saturation: 0.50 and the lightness value of bb683f is 0.49.

The process color (four color CMYK) of #bb683f color hex is 0.00, 0.44, 0.66, 0.27. Web safe color of #bb683f is #cc6633. Color #bb683f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 00111111
Octal 273 150 77
Decimal 187 104 63
Hex BB 68 3F

RGB Percentages of Color #bb683f

%52.82
%29.38
%17.80

CMYK Percentages of Color #bb683f

%0
%44
%66
%27

Triadic Colors of #bb683f

#bb683f #3fbb68 #683fbb

Analogous Colors of #bb683f

#bb683f #bba63f #bb3f54

Monochromatic Colors of #bb683f

#bb683f

Complementary Color

#bb683f #3f92bb

#bb683f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb683f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb683f Color CSS Codes

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

#bb683f Text Font Color

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

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


#bb683f Background Color

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

This div background color is #bb683f


#bb683f Border Color

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

This div border color is #bb683f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb683f


Comments

No comments written yet.

Please login to write comment.