Color Hex Logo

#b57318 Color Hex

#B57318
(181,115,24)
0 Favorites   0 Comments

Color spaces of #b57318

RGB 18111524
HSL0.100.770.40
HSV35°87°71°
CMYK 0.000.360.87   0.29
XYZ25.351722.15123.8036
Yxy22.15120.49410.4317
Hunter Lab47.065113.785628.1540
CIE-Lab54.187119.324055.6327

#b57318 color RGB value is (181,115,24).

#b57318 hex color red value is 181, green value is 115 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #b57318 hue: 0.10 , saturation: 0.77 and the lightness value of b57318 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110011 00011000
Octal 265 163 30
Decimal 181 115 24
Hex B5 73 18

RGB Percentages of Color #b57318

%56.56
%35.94
%7.50

CMYK Percentages of Color #b57318

%0
%36
%87
%29

Triadic Colors of #b57318

#b57318 #18b573 #7318b5

Analogous Colors of #b57318

#b57318 #a9b518 #b52518

Monochromatic Colors of #b57318

#b57318

Complementary Color

#b57318 #185ab5

#b57318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57318 Color CSS Codes

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

#b57318 Text Font Color

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

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


#b57318 Background Color

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

This div background color is #b57318


#b57318 Border Color

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

This div border color is #b57318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57318


Comments

No comments written yet.

Please login to write comment.