Color Hex Logo

#bd792e Color Hex

#BD792E
(189,121,46)
0 Favorites   0 Comments

Color spaces of #bd792e

RGB 18912146
HSL0.090.610.46
HSV31°76°74°
CMYK 0.000.360.76   0.26
XYZ28.316824.69085.8581
Yxy24.69080.48100.4194
Hunter Lab49.689814.764827.7930
CIE-Lab56.772920.266449.9679

#bd792e color RGB value is (189,121,46).

#bd792e hex color red value is 189, green value is 121 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bd792e hue: 0.09 , saturation: 0.61 and the lightness value of bd792e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 00101110
Octal 275 171 56
Decimal 189 121 46
Hex BD 79 2E

RGB Percentages of Color #bd792e

%53.09
%33.99
%12.92

CMYK Percentages of Color #bd792e

%0
%36
%76
%26

Triadic Colors of #bd792e

#bd792e #2ebd79 #792ebd

Analogous Colors of #bd792e

#bd792e #babd2e #bd322e

Monochromatic Colors of #bd792e

#bd792e

Complementary Color

#bd792e #2e72bd

#bd792e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd792e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd792e Color CSS Codes

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

#bd792e Text Font Color

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

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


#bd792e Background Color

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

This div background color is #bd792e


#bd792e Border Color

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

This div border color is #bd792e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd792e


Comments

No comments written yet.

Please login to write comment.