Color Hex Logo

#b57300 Color Hex

#B57300
(181,115,0)
0 Favorites   0 Comments

Color spaces of #b57300

RGB 1811150
HSL0.111.000.35
HSV38°100°71°
CMYK 0.000.361.00   0.29
XYZ25.186822.08522.9354
Yxy22.08520.50170.4399
Hunter Lab46.994913.425629.1930
CIE-Lab54.117318.925460.9221

#b57300 color RGB value is (181,115,0).

#b57300 hex color red value is 181, green value is 115 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b57300 hue: 0.11 , saturation: 1.00 and the lightness value of b57300 is 0.35.

The process color (four color CMYK) of #b57300 color hex is 0.00, 0.36, 1.00, 0.29. Web safe color of #b57300 is #cc6600. Color #b57300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110011 00000000
Octal 265 163 0
Decimal 181 115 0
Hex B5 73 0

RGB Percentages of Color #b57300

%61.15
%38.85
%0.00

CMYK Percentages of Color #b57300

%0
%36
%100
%29

Triadic Colors of #b57300

#b57300 #00b573 #7300b5

Analogous Colors of #b57300

#b57300 #9db500 #b51900

Monochromatic Colors of #b57300

#b57300

Complementary Color

#b57300 #0042b5

#b57300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57300 Color CSS Codes

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

#b57300 Text Font Color

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

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


#b57300 Background Color

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

This div background color is #b57300


#b57300 Border Color

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

This div border color is #b57300


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,115,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b57300; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b57300;
  -webkit-box-shadow: 1px 1px 3px 2px #b57300;
  box-shadow:         1px 1px 3px 2px #b57300; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57300


Comments

No comments written yet.

Please login to write comment.