Color Hex Logo

#bd794a Color Hex

#BD794A
(189,121,74)
0 Favorites   0 Comments

Color spaces of #bd794a

RGB 18912174
HSL0.070.470.52
HSV25°61°74°
CMYK 0.000.360.61   0.26
XYZ29.059724.98809.7701
Yxy24.98800.45540.3916
Hunter Lab49.988016.289023.4034
CIE-Lab57.063721.908036.4335

#bd794a color RGB value is (189,121,74).

#bd794a hex color red value is 189, green value is 121 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bd794a hue: 0.07 , saturation: 0.47 and the lightness value of bd794a is 0.52.

The process color (four color CMYK) of #bd794a color hex is 0.00, 0.36, 0.61, 0.26. Web safe color of #bd794a is #cc6633. Color #bd794a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 01001010
Octal 275 171 112
Decimal 189 121 74
Hex BD 79 4A

RGB Percentages of Color #bd794a

%49.22
%31.51
%19.27

CMYK Percentages of Color #bd794a

%0
%36
%61
%26

Triadic Colors of #bd794a

#bd794a #4abd79 #794abd

Analogous Colors of #bd794a

#bd794a #bdb34a #bd4a55

Monochromatic Colors of #bd794a

#bd794a

Complementary Color

#bd794a #4a8ebd

#bd794a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd794a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd794a Color CSS Codes

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

#bd794a Text Font Color

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

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


#bd794a Background Color

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

This div background color is #bd794a


#bd794a Border Color

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

This div border color is #bd794a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd794a


Comments

No comments written yet.

Please login to write comment.