#BD6D41

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

Shades of Zest #BD6D41

Tints of Zest #BD6D41

Color information

#BD6D41 (or 0xBD6D41) is unknown color: approx Zest. HEX triplet: BD, 6D and 41. RGB value is (189,109,65). Sum of RGB (Red+Green+Blue) = 189+109+65=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D41 is #4292BE. Grayscale: #808080. Windows color (decimal): -4362943 or 4287933. OLE color: 4287933.

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

Color convert

RGB18910965-
CMYK00.420.660.26
HSL21.29º48.82%49.8%-
HSV(B)21.29º65.61%74.12%-
XYZ27.4122.147.83-
YUV127.992.5171.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=52.07%
G=30.03%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891096500.420.660.2621.2948.8249.8
HexBD6D4102A421A153132
Octal27515510105210232256162
Binary1011110111011011000001010101010000101101010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D41; }

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

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

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

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

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

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

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

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