#BD6A43

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

Shades of Zest #BD6A43

Tints of Zest #BD6A43

Color information

#BD6A43 (or 0xBD6A43) is unknown color: approx Zest. HEX triplet: BD, 6A and 43. RGB value is (189,106,67). Sum of RGB (Red+Green+Blue) = 189+106+67=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6A43 is #4295BC. Grayscale: #7E7E7E. Windows color (decimal): -4363709 or 4418237. OLE color: 4418237.

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

Color convert

RGB18910667-
CMYK00.440.650.26
HSL19.18º48.03%50.2%-
HSV(B)19.18º64.55%74.12%-
XYZ27.1521.538.04-
YUV126.3794.5172.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 67 (26.56% from 255) = 18.51%
R=52.21%
G=29.28%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891066700.440.650.2619.1848.0350.2
HexBD6A4302C411A133032
Octal27515210305410132236062
Binary1011110111010101000011010110010000011101010011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A43; }

 p { color: rgb(189,106,67); }

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

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

 a { background-color: rgb(189,106,67); }

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

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

 span { border-color: rgb(189,106,67); }

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