Color Hex Logo

#bb683e Color Hex

#BB683E
(187,104,62)
0 Favorites   0 Comments

Color spaces of #bb683e

RGB 18710462
HSL0.060.500.49
HSV20°67°73°
CMYK 0.000.440.67   0.27
XYZ26.313320.81327.1879
Yxy20.81320.48450.3832
Hunter Lab45.621523.116622.5936
CIE-Lab52.744429.561237.6940

#bb683e color RGB value is (187,104,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 00111110
Octal 273 150 76
Decimal 187 104 62
Hex BB 68 3E

RGB Percentages of Color #bb683e

%52.97
%29.46
%17.56

CMYK Percentages of Color #bb683e

%0
%44
%67
%27

Triadic Colors of #bb683e

#bb683e #3ebb68 #683ebb

Analogous Colors of #bb683e

#bb683e #bba73e #bb3e52

Monochromatic Colors of #bb683e

#bb683e

Complementary Color

#bb683e #3e91bb

#bb683e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb683e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb683e Color CSS Codes

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

#bb683e Text Font Color

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

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


#bb683e Background Color

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

This div background color is #bb683e


#bb683e Border Color

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

This div border color is #bb683e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb683e


Comments

No comments written yet.

Please login to write comment.