#BD6D45

Color #BD6D45 Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #BD6D45

Tints of Zest #BD6D45

Color information

#BD6D45 (or 0xBD6D45) is unknown color: approx Zest. HEX triplet: BD, 6D and 45. RGB value is (189,109,69). Sum of RGB (Red+Green+Blue) = 189+109+69=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D45 is #4292BA. Grayscale: #808080. Windows color (decimal): -4362939 or 4550077. OLE color: 4550077.

HSL color Cylindrical-coordinate representation of color #BD6D45: hue angle of 20º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD6D45 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18910969-
CMYK00.420.630.26
HSL20º47.62%50.59%-
HSV(B)20º63.49%74.12%-
XYZ27.5322.198.46-
YUV128.3694.5171.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 51.50%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 69 (27.34% from 255) = 18.80%
R=51.50%
G=29.70%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891096900.420.630.262047.6250.59
HexBD6D4502A3F1A143033
Octal2751551050527732246063
Binary101111011101101100010101010101111111101010100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D45; }

 p { color: rgb(189,109,69); }

 H1.HeaderClassName
 {
   color: #BD6D45;
 }
 .AnyTagClassName
 {
   color: #BD6D45;
 }
</style>
background-color css

<style>
 a { background-color: #BD6D45; }

 a { background-color: rgb(189,109,69); }

 div.DivClassName
 {
   background-color: #BD6D45;
 }
 .BgClassName
 {
   background-color: #BD6D45;
 }
</style>
border-color css

<style>
 span { border-color: #BD6D45; }

 span { border-color: rgb(189,109,69); }

 td.TdClassName
 {
   border-color: #BD6D45;
 }
 .TagClassName
 {
   border-color: #BD6D45;
 }
</style>