Color Hex Logo

#b07319 Color Hex

#B07319
(176,115,25)
0 Favorites   0 Comments

Color spaces of #b07319

RGB 17611525
HSL0.100.750.39
HSV36°86°69°
CMYK 0.000.350.86   0.31
XYZ24.210721.56183.8055
Yxy21.56180.48830.4349
Hunter Lab46.434711.807927.6452
CIE-Lab53.558917.128654.5388

#b07319 color RGB value is (176,115,25).

#b07319 hex color red value is 176, green value is 115 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #b07319 hue: 0.10 , saturation: 0.75 and the lightness value of b07319 is 0.39.

The process color (four color CMYK) of #b07319 color hex is 0.00, 0.35, 0.86, 0.31. Web safe color of #b07319 is #996600. Color #b07319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110011 00011001
Octal 260 163 31
Decimal 176 115 25
Hex B0 73 19

RGB Percentages of Color #b07319

%55.70
%36.39
%7.91

CMYK Percentages of Color #b07319

%0
%35
%86
%31

Triadic Colors of #b07319

#b07319 #19b073 #7319b0

Analogous Colors of #b07319

#b07319 #a2b019 #b02819

Monochromatic Colors of #b07319

#b07319

Complementary Color

#b07319 #1956b0

#b07319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07319 Color CSS Codes

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

#b07319 Text Font Color

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

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


#b07319 Background Color

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

This div background color is #b07319


#b07319 Border Color

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

This div border color is #b07319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07319


Comments

No comments written yet.

Please login to write comment.