#BD6E37

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

Shades of Zest #BD6E37

Tints of Zest #BD6E37

Color information

#BD6E37 (or 0xBD6E37) is unknown color: approx Zest. HEX triplet: BD, 6E and 37. RGB value is (189,110,55). Sum of RGB (Red+Green+Blue) = 189+110+55=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E37 is #4291C8. Grayscale: #7F7F7F. Windows color (decimal): -4362697 or 3632829. OLE color: 3632829.

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

Color convert

RGB18911055-
CMYK00.420.710.26
HSL24.63º54.92%47.84%-
HSV(B)24.63º70.9%74.12%-
XYZ27.2522.256.47-
YUV127.3587.17171.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.39%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 55 (21.88% from 255) = 15.54%
R=53.39%
G=31.07%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891105500.420.710.2624.6354.9247.84
HexBD6E3702A471A193730
Octal2751566705210732316760
Binary101111011101110110111010101010001111101011001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E37; }

 p { color: rgb(189,110,55); }

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

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

 a { background-color: rgb(189,110,55); }

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

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

 span { border-color: rgb(189,110,55); }

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