Color Hex Logo

#b2790d Color Hex

#B2790D
(178,121,13)
0 Favorites   0 Comments

Color spaces of #b2790d

RGB 17812113
HSL0.110.860.37
HSV39°93°70°
CMYK 0.000.320.93   0.30
XYZ25.270123.16883.5209
Yxy23.16880.48630.4459
Hunter Lab48.13409.477129.3568
CIE-Lab55.245814.414959.1197

#b2790d color RGB value is (178,121,13).

#b2790d hex color red value is 178, green value is 121 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b2790d hue: 0.11 , saturation: 0.86 and the lightness value of b2790d is 0.37.

The process color (four color CMYK) of #b2790d color hex is 0.00, 0.32, 0.93, 0.30. Web safe color of #b2790d is #996600. Color #b2790d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111001 00001101
Octal 262 171 15
Decimal 178 121 13
Hex B2 79 D

RGB Percentages of Color #b2790d

%57.05
%38.78
%4.17

CMYK Percentages of Color #b2790d

%0
%32
%93
%30

Triadic Colors of #b2790d

#b2790d #0db279 #790db2

Analogous Colors of #b2790d

#b2790d #99b20d #b2270d

Monochromatic Colors of #b2790d

#b2790d

Complementary Color

#b2790d #0d46b2

#b2790d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2790d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2790d Color CSS Codes

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

#b2790d Text Font Color

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

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


#b2790d Background Color

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

This div background color is #b2790d


#b2790d Border Color

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

This div border color is #b2790d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2790d


Comments

No comments written yet.

Please login to write comment.