#BD6D3D

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

Shades of Zest #BD6D3D

Tints of Zest #BD6D3D

Color information

#BD6D3D (or 0xBD6D3D) is unknown color: approx Zest. HEX triplet: BD, 6D and 3D. RGB value is (189,109,61). Sum of RGB (Red+Green+Blue) = 189+109+61=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D3D is #4292C2. Grayscale: #7F7F7F. Windows color (decimal): -4362947 or 4025789. OLE color: 4025789.

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

Color convert

RGB18910961-
CMYK00.420.680.26
HSL22.5º51.2%49.02%-
HSV(B)22.5º67.72%74.12%-
XYZ27.322.097.24-
YUV127.4590.5171.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=52.65%
G=30.36%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891096100.420.680.2622.551.249.02
HexBD6D3D02A441A163331
Octal2751557505210432266361
Binary101111011101101111101010101010001001101010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D3D; }

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

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

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

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

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

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

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

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