Color Hex Logo

#b2780e Color Hex

#B2780E
(178,120,14)
0 Favorites   0 Comments

Color spaces of #b2780e

RGB 17812014
HSL0.110.850.38
HSV39°92°70°
CMYK 0.000.330.92   0.30
XYZ25.155822.92963.5155
Yxy22.92960.48750.4444
Hunter Lab47.88499.974629.1666
CIE-Lab54.999714.989958.7281

#b2780e color RGB value is (178,120,14).

#b2780e hex color red value is 178, green value is 120 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b2780e hue: 0.11 , saturation: 0.85 and the lightness value of b2780e is 0.38.

The process color (four color CMYK) of #b2780e color hex is 0.00, 0.33, 0.92, 0.30. Web safe color of #b2780e is #996600. Color #b2780e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111000 00001110
Octal 262 170 16
Decimal 178 120 14
Hex B2 78 E

RGB Percentages of Color #b2780e

%57.05
%38.46
%4.49

CMYK Percentages of Color #b2780e

%0
%33
%92
%30

Triadic Colors of #b2780e

#b2780e #0eb278 #780eb2

Analogous Colors of #b2780e

#b2780e #9ab20e #b2260e

Monochromatic Colors of #b2780e

#b2780e

Complementary Color

#b2780e #0e48b2

#b2780e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2780e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2780e Color CSS Codes

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

#b2780e Text Font Color

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

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


#b2780e Background Color

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

This div background color is #b2780e


#b2780e Border Color

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

This div border color is #b2780e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2780e


Comments

No comments written yet.

Please login to write comment.