Color Hex Logo

#bd795e Color Hex

#BD795E
(189,121,94)
0 Favorites   0 Comments

Color spaces of #bd795e

RGB 18912194
HSL0.050.420.55
HSV17°50°74°
CMYK 0.000.360.50   0.26
XYZ29.844025.301713.9004
Yxy25.30170.43220.3664
Hunter Lab50.300817.879618.8260
CIE-Lab57.368223.599125.7916

#bd795e color RGB value is (189,121,94).

#bd795e hex color red value is 189, green value is 121 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bd795e hue: 0.05 , saturation: 0.42 and the lightness value of bd795e is 0.55.

The process color (four color CMYK) of #bd795e color hex is 0.00, 0.36, 0.50, 0.26. Web safe color of #bd795e is #cc6666. Color #bd795e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 01011110
Octal 275 171 136
Decimal 189 121 94
Hex BD 79 5E

RGB Percentages of Color #bd795e

%46.78
%29.95
%23.27

CMYK Percentages of Color #bd795e

%0
%36
%50
%26

Triadic Colors of #bd795e

#bd795e #5ebd79 #795ebd

Analogous Colors of #bd795e

#bd795e #bda95e #bd5e73

Monochromatic Colors of #bd795e

#bd795e

Complementary Color

#bd795e #5ea2bd

#bd795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd795e Color CSS Codes

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

#bd795e Text Font Color

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

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


#bd795e Background Color

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

This div background color is #bd795e


#bd795e Border Color

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

This div border color is #bd795e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd795e


Comments

No comments written yet.

Please login to write comment.