color codes Logo

#b05d1e color codes

#B05D1E
(176,93,30)
0 Favorites   0 Comments

Color spaces of #b05d1e

RGB 1769330
HSL0.070.710.40
HSV26°83°69°
CMYK 0.000.470.83   0.31
XYZ22.053217.15253.3767
Yxy17.15250.51790.4028
Hunter Lab41.415622.571424.1569
CIE-Lab48.451629.433748.2876

#b05d1e color RGB value is (176,93,30).

#b05d1e hex color red value is 176, green value is 93 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b05d1e hue: 0.07 , saturation: 0.71 and the lightness value of b05d1e is 0.40.

The process color (four color CMYK) of #b05d1e color code is 0.00, 0.47, 0.83, 0.31. Web safe color of #b05d1e is #996633. Color #b05d1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011101 00011110
Octal 260 135 36
Decimal 176 93 30
Hex B0 5D 1E

RGB Percentages of Color #b05d1e

%58.86
%31.10
%10.03

CMYK Percentages of Color #b05d1e

%0
%47
%83
%31

Triadic Colors of #b05d1e

#b05d1e #1eb05d #5d1eb0

Analogous Colors of #b05d1e

#b05d1e #b0a61e #b01e28

Monochromatic Colors of #b05d1e

#b05d1e

Complementary Color

#b05d1e #1e71b0

#b05d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05d1e Color CSS Codes

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

#b05d1e Text Font Color

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

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


#b05d1e Background Color

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

This div background color is #b05d1e


#b05d1e Border Color

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

This div border color is #b05d1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,93,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b05d1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b05d1e;
  -webkit-box-shadow: 1px 1px 3px 2px #b05d1e;
  box-shadow:         1px 1px 3px 2px #b05d1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05d1e


Comments

No comments written yet.

Please login to write comment.