#BD6E3A

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

Shades of Zest #BD6E3A

Tints of Zest #BD6E3A

Color information

#BD6E3A (or 0xBD6E3A) is unknown color: approx Zest. HEX triplet: BD, 6E and 3A. RGB value is (189,110,58). Sum of RGB (Red+Green+Blue) = 189+110+58=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E3A is #4291C5. Grayscale: #7F7F7F. Windows color (decimal): -4362694 or 3829437. OLE color: 3829437.

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

Color convert

RGB18911058-
CMYK00.420.690.26
HSL23.82º53.04%48.43%-
HSV(B)23.82º69.31%74.12%-
XYZ27.3322.286.86-
YUV127.6988.67171.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.94%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=52.94%
G=30.81%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891105800.420.690.2623.8253.0448.43
HexBD6E3A02A451A183530
Octal2751567205210532306560
Binary101111011101110111010010101010001011101011000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E3A; }

 p { color: rgb(189,110,58); }

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

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

 a { background-color: rgb(189,110,58); }

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

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

 span { border-color: rgb(189,110,58); }

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