Color Hex Logo

#bb6b04 Color Hex

#BB6B04
(187,107,4)
0 Favorites   0 Comments

Color spaces of #bb6b04

RGB 1871074
HSL0.090.960.37
HSV34°98°73°
CMYK 0.000.430.98   0.27
XYZ25.773121.08902.8270
Yxy21.08900.51870.4244
Hunter Lab45.922819.814228.4960
CIE-Lab53.046826.012659.8238

#bb6b04 color RGB value is (187,107,4).

#bb6b04 hex color red value is 187, green value is 107 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #bb6b04 hue: 0.09 , saturation: 0.96 and the lightness value of bb6b04 is 0.37.

The process color (four color CMYK) of #bb6b04 color hex is 0.00, 0.43, 0.98, 0.27. Web safe color of #bb6b04 is #cc6600. Color #bb6b04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101011 00000100
Octal 273 153 4
Decimal 187 107 4
Hex BB 6B 4

RGB Percentages of Color #bb6b04

%62.75
%35.91
%1.34

CMYK Percentages of Color #bb6b04

%0
%43
%98
%27

Triadic Colors of #bb6b04

#bb6b04 #04bb6b #6b04bb

Analogous Colors of #bb6b04

#bb6b04 #b0bb04 #bb1004

Monochromatic Colors of #bb6b04

#bb6b04

Complementary Color

#bb6b04 #0454bb

#bb6b04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6b04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6b04 Color CSS Codes

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

#bb6b04 Text Font Color

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

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


#bb6b04 Background Color

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

This div background color is #bb6b04


#bb6b04 Border Color

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

This div border color is #bb6b04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6b04


Comments

No comments written yet.

Please login to write comment.