#BD6B38

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

Shades of Zest #BD6B38

Tints of Zest #BD6B38

Color information

#BD6B38 (or 0xBD6B38) is unknown color: approx Zest. HEX triplet: BD, 6B and 38. RGB value is (189,107,56). Sum of RGB (Red+Green+Blue) = 189+107+56=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B38 is #4294C7. Grayscale: #7D7D7D. Windows color (decimal): -4363464 or 3697597. OLE color: 3697597.

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

Color convert

RGB18910756-
CMYK00.430.700.26
HSL23.01º54.29%48.04%-
HSV(B)23.01º70.37%74.12%-
XYZ26.9621.626.49-
YUV125.788.67173.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 56 (22.27% from 255) = 15.91%
R=53.69%
G=30.40%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891075600.430.700.2623.0154.2948.04
HexBD6B3802B461A173630
Octal2751537005310632276660
Binary101111011101011111000010101110001101101010111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6B38; }

 p { color: rgb(189,107,56); }

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

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

 a { background-color: rgb(189,107,56); }

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

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

 span { border-color: rgb(189,107,56); }

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