Color Hex Logo

#b5850d Color Hex

#B5850D
(181,133,13)
0 Favorites   0 Comments

Color spaces of #b5850d

RGB 18113313
HSL0.120.870.38
HSV43°93°71°
CMYK 0.000.270.93   0.29
XYZ27.516226.62794.0702
Yxy26.62790.47270.4574
Hunter Lab51.60224.878831.4450
CIE-Lab58.62839.091661.7969

#b5850d color RGB value is (181,133,13).

#b5850d hex color red value is 181, green value is 133 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b5850d hue: 0.12 , saturation: 0.87 and the lightness value of b5850d is 0.38.

The process color (four color CMYK) of #b5850d color hex is 0.00, 0.27, 0.93, 0.29. Web safe color of #b5850d is #cc9900. Color #b5850d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000101 00001101
Octal 265 205 15
Decimal 181 133 13
Hex B5 85 D

RGB Percentages of Color #b5850d

%55.35
%40.67
%3.98

CMYK Percentages of Color #b5850d

%0
%27
%93
%29

Triadic Colors of #b5850d

#b5850d #0db585 #850db5

Analogous Colors of #b5850d

#b5850d #91b50d #b5310d

Monochromatic Colors of #b5850d

#b5850d

Complementary Color

#b5850d #0d3db5

#b5850d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5850d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5850d Color CSS Codes

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

#b5850d Text Font Color

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

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


#b5850d Background Color

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

This div background color is #b5850d


#b5850d Border Color

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

This div border color is #b5850d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5850d


Comments

No comments written yet.

Please login to write comment.