Color Hex Logo

#b8602f Color Hex

#B8602F
(184,96,47)
0 Favorites   0 Comments

Color spaces of #b8602f

RGB 1849647
HSL0.060.590.45
HSV21°74°72°
CMYK 0.000.480.74   0.28
XYZ24.463118.76135.0213
Yxy18.76130.50710.3889
Hunter Lab43.314325.013323.4467
CIE-Lab50.406831.813242.7730

#b8602f color RGB value is (184,96,47).

#b8602f hex color red value is 184, green value is 96 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b8602f hue: 0.06 , saturation: 0.59 and the lightness value of b8602f is 0.45.

The process color (four color CMYK) of #b8602f color hex is 0.00, 0.48, 0.74, 0.28. Web safe color of #b8602f is #cc6633. Color #b8602f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100000 00101111
Octal 270 140 57
Decimal 184 96 47
Hex B8 60 2F

RGB Percentages of Color #b8602f

%56.27
%29.36
%14.37

CMYK Percentages of Color #b8602f

%0
%48
%74
%28

Triadic Colors of #b8602f

#b8602f #2fb860 #602fb8

Analogous Colors of #b8602f

#b8602f #b8a52f #b82f43

Monochromatic Colors of #b8602f

#b8602f

Complementary Color

#b8602f #2f87b8

#b8602f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8602f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8602f Color CSS Codes

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

#b8602f Text Font Color

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

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


#b8602f Background Color

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

This div background color is #b8602f


#b8602f Border Color

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

This div border color is #b8602f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,96,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8602f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8602f;
  -webkit-box-shadow: 1px 1px 3px 2px #b8602f;
  box-shadow:         1px 1px 3px 2px #b8602f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8602f


Comments

No comments written yet.

Please login to write comment.