Color Hex Logo

#b07410 Color Hex

#B07410
(176,116,16)
0 Favorites   0 Comments

Color spaces of #b07410

RGB 17611616
HSL0.100.830.38
HSV38°91°69°
CMYK 0.000.340.91   0.31
XYZ24.243421.75833.4122
Yxy21.75830.49060.4403
Hunter Lab46.645811.142428.3149
CIE-Lab53.769616.363257.2372

#b07410 color RGB value is (176,116,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110100 00010000
Octal 260 164 20
Decimal 176 116 16
Hex B0 74 10

RGB Percentages of Color #b07410

%57.14
%37.66
%5.19

CMYK Percentages of Color #b07410

%0
%34
%91
%31

Triadic Colors of #b07410

#b07410 #10b074 #7410b0

Analogous Colors of #b07410

#b07410 #9cb010 #b02410

Monochromatic Colors of #b07410

#b07410

Complementary Color

#b07410 #104cb0

#b07410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07410 Color CSS Codes

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

#b07410 Text Font Color

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

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


#b07410 Background Color

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

This div background color is #b07410


#b07410 Border Color

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

This div border color is #b07410


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,116,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 #b07410">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07410


Comments

No comments written yet.

Please login to write comment.