#BD7045

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

Shades of Zest #BD7045

Tints of Zest #BD7045

Color information

#BD7045 (or 0xBD7045) is unknown color: approx Zest. HEX triplet: BD, 70 and 45. RGB value is (189,112,69). Sum of RGB (Red+Green+Blue) = 189+112+69=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7045 is #428FBA. Grayscale: #828282. Windows color (decimal): -4362171 or 4550845. OLE color: 4550845.

HSL color Cylindrical-coordinate representation of color #BD7045: hue angle of 21.5º 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 #BD7045 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18911269-
CMYK00.410.630.26
HSL21.5º47.62%50.59%-
HSV(B)21.5º63.49%74.12%-
XYZ27.8522.848.57-
YUV130.1293.51170-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.08%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=51.08%
G=30.27%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891126900.410.630.2621.547.6250.59
HexBD70450293F1A163033
Octal2751601050517732266063
Binary101111011110000100010101010011111111101010110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7045; }

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

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

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

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

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

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

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

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