Color Hex Logo

#b0781a Color Hex

#B0781A
(176,120,26)
0 Favorites   0 Comments

Color spaces of #b0781a

RGB 17612026
HSL0.100.740.40
HSV38°85°69°
CMYK 0.000.320.85   0.31
XYZ24.807422.73764.0586
Yxy22.73760.48070.4406
Hunter Lab47.68409.417028.3323
CIE-Lab54.801014.357655.2617

#b0781a color RGB value is (176,120,26).

#b0781a hex color red value is 176, green value is 120 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b0781a hue: 0.10 , saturation: 0.74 and the lightness value of b0781a is 0.40.

The process color (four color CMYK) of #b0781a color hex is 0.00, 0.32, 0.85, 0.31. Web safe color of #b0781a is #996633. Color #b0781a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111000 00011010
Octal 260 170 32
Decimal 176 120 26
Hex B0 78 1A

RGB Percentages of Color #b0781a

%54.66
%37.27
%8.07

CMYK Percentages of Color #b0781a

%0
%32
%85
%31

Triadic Colors of #b0781a

#b0781a #1ab078 #781ab0

Analogous Colors of #b0781a

#b0781a #9db01a #b02d1a

Monochromatic Colors of #b0781a

#b0781a

Complementary Color

#b0781a #1a52b0

#b0781a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0781a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0781a Color CSS Codes

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

#b0781a Text Font Color

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

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


#b0781a Background Color

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

This div background color is #b0781a


#b0781a Border Color

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

This div border color is #b0781a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0781a


Comments

No comments written yet.

Please login to write comment.