Color Hex Logo

#bb673c Color Hex

#BB673C
(187,103,60)
0 Favorites   0 Comments

Color spaces of #bb673c

RGB 18710360
HSL0.060.510.48
HSV20°68°73°
CMYK 0.000.450.68   0.27
XYZ26.159420.59156.8708
Yxy20.59150.48790.3840
Hunter Lab45.377923.490322.7872
CIE-Lab52.499529.980538.4782

#bb673c color RGB value is (187,103,60).

#bb673c hex color red value is 187, green value is 103 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bb673c hue: 0.06 , saturation: 0.51 and the lightness value of bb673c is 0.48.

The process color (four color CMYK) of #bb673c color hex is 0.00, 0.45, 0.68, 0.27. Web safe color of #bb673c is #cc6633. Color #bb673c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100111 00111100
Octal 273 147 74
Decimal 187 103 60
Hex BB 67 3C

RGB Percentages of Color #bb673c

%53.43
%29.43
%17.14

CMYK Percentages of Color #bb673c

%0
%45
%68
%27

Triadic Colors of #bb673c

#bb673c #3cbb67 #673cbb

Analogous Colors of #bb673c

#bb673c #bba73c #bb3c50

Monochromatic Colors of #bb673c

#bb673c

Complementary Color

#bb673c #3c90bb

#bb673c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb673c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb673c Color CSS Codes

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

#bb673c Text Font Color

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

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


#bb673c Background Color

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

This div background color is #bb673c


#bb673c Border Color

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

This div border color is #bb673c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb673c


Comments

No comments written yet.

Please login to write comment.