Color Hex Logo

#b05410 Color Hex

#B05410
(176,84,16)
0 Favorites   0 Comments

Color spaces of #b05410

RGB 1768416
HSL0.070.830.38
HSV26°91°69°
CMYK 0.000.520.91   0.31
XYZ21.168315.60822.3872
Yxy15.60820.54050.3985
Hunter Lab39.507226.504224.0725
CIE-Lab46.456233.868951.7065

#b05410 color RGB value is (176,84,16).

#b05410 hex color red value is 176, green value is 84 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b05410 hue: 0.07 , saturation: 0.83 and the lightness value of b05410 is 0.38.

The process color (four color CMYK) of #b05410 color hex is 0.00, 0.52, 0.91, 0.31. Web safe color of #b05410 is #996600. Color #b05410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 00010000
Octal 260 124 20
Decimal 176 84 16
Hex B0 54 10

RGB Percentages of Color #b05410

%63.77
%30.43
%5.80

CMYK Percentages of Color #b05410

%0
%52
%91
%31

Triadic Colors of #b05410

#b05410 #10b054 #5410b0

Analogous Colors of #b05410

#b05410 #b0a410 #b0101c

Monochromatic Colors of #b05410

#b05410

Complementary Color

#b05410 #106cb0

#b05410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05410 Color CSS Codes

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

#b05410 Text Font Color

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

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


#b05410 Background Color

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

This div background color is #b05410


#b05410 Border Color

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

This div border color is #b05410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05410


Comments

No comments written yet.

Please login to write comment.