#BD7246

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

Shades of Zest #BD7246

Tints of Zest #BD7246

Color information

#BD7246 (or 0xBD7246) is unknown color: approx Zest. HEX triplet: BD, 72 and 46. RGB value is (189,114,70). Sum of RGB (Red+Green+Blue) = 189+114+70=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7246 is #428DB9. Grayscale: #838383. Windows color (decimal): -4361658 or 4616893. OLE color: 4616893.

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

Color convert

RGB18911470-
CMYK00.400.630.26
HSL22.18º47.41%50.78%-
HSV(B)22.18º62.96%74.12%-
XYZ28.1123.38.81-
YUV131.4193.35169.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=50.67%
G=30.56%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891147000.400.630.2622.1847.4150.78
HexBD72460283F1A162f33
Octal2751621060507732265763
Binary101111011110010100011001010001111111101010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7246; }

 p { color: rgb(189,114,70); }

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

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

 a { background-color: rgb(189,114,70); }

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

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

 span { border-color: rgb(189,114,70); }

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