Color Hex Logo

#bd790b Color Hex

#BD790B
(189,121,11)
0 Favorites   0 Comments

Color spaces of #bd790b

RGB 18912111
HSL0.100.890.39
HSV37°94°74°
CMYK 0.000.360.94   0.26
XYZ27.884024.51773.5794
Yxy24.51770.49810.4380
Hunter Lab49.515413.868430.3747
CIE-Lab56.602419.291061.1078

#bd790b color RGB value is (189,121,11).

#bd790b hex color red value is 189, green value is 121 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bd790b hue: 0.10 , saturation: 0.89 and the lightness value of bd790b is 0.39.

The process color (four color CMYK) of #bd790b color hex is 0.00, 0.36, 0.94, 0.26. Web safe color of #bd790b is #cc6600. Color #bd790b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 00001011
Octal 275 171 13
Decimal 189 121 11
Hex BD 79 B

RGB Percentages of Color #bd790b

%58.88
%37.69
%3.43

CMYK Percentages of Color #bd790b

%0
%36
%94
%26

Triadic Colors of #bd790b

#bd790b #0bbd79 #790bbd

Analogous Colors of #bd790b

#bd790b #a8bd0b #bd200b

Monochromatic Colors of #bd790b

#bd790b

Complementary Color

#bd790b #0b4fbd

#bd790b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd790b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd790b Color CSS Codes

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

#bd790b Text Font Color

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

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


#bd790b Background Color

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

This div background color is #bd790b


#bd790b Border Color

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

This div border color is #bd790b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd790b


Comments

No comments written yet.

Please login to write comment.