#BD6F42

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

Shades of Zest #BD6F42

Tints of Zest #BD6F42

Color information

#BD6F42 (or 0xBD6F42) is unknown color: approx Zest. HEX triplet: BD, 6F and 42. RGB value is (189,111,66). Sum of RGB (Red+Green+Blue) = 189+111+66=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6F42 is #4290BD. Grayscale: #818181. Windows color (decimal): -4362430 or 4353981. OLE color: 4353981.

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

Color convert

RGB18911166-
CMYK00.410.650.26
HSL21.95º48.24%50%-
HSV(B)21.95º65.08%74.12%-
XYZ27.6522.588.06-
YUV129.1992.34170.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=51.64%
G=30.33%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891116600.410.650.2621.9548.2450
HexBD6F42029411A163032
Octal27515710205110132266062
Binary1011110111011111000010010100110000011101010110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6F42; }

 p { color: rgb(189,111,66); }

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

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

 a { background-color: rgb(189,111,66); }

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

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

 span { border-color: rgb(189,111,66); }

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