#BD7039

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

Shades of Zest #BD7039

Tints of Zest #BD7039

Color information

#BD7039 (or 0xBD7039) is unknown color: approx Zest. HEX triplet: BD, 70 and 39. RGB value is (189,112,57). Sum of RGB (Red+Green+Blue) = 189+112+57=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7039 is #428FC6. Grayscale: #818181. Windows color (decimal): -4362183 or 3764413. OLE color: 3764413.

HSL color Cylindrical-coordinate representation of color #BD7039: hue angle of 25º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD7039 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18911257-
CMYK00.410.700.26
HSL25º53.66%48.24%-
HSV(B)25º69.84%74.12%-
XYZ27.5222.76.8-
YUV128.7587.51170.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 57 (22.66% from 255) = 15.92%
R=52.79%
G=31.28%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891125700.410.700.262553.6648.24
HexBD7039029461A193630
Octal2751607105110632316660
Binary101111011110000111001010100110001101101011001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7039; }

 p { color: rgb(189,112,57); }

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

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

 a { background-color: rgb(189,112,57); }

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

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

 span { border-color: rgb(189,112,57); }

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