#BD6D3C

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

Shades of Zest #BD6D3C

Tints of Zest #BD6D3C

Color information

#BD6D3C (or 0xBD6D3C) is unknown color: approx Zest. HEX triplet: BD, 6D and 3C. RGB value is (189,109,60). Sum of RGB (Red+Green+Blue) = 189+109+60=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D3C is #4292C3. Grayscale: #7F7F7F. Windows color (decimal): -4362948 or 3960253. OLE color: 3960253.

HSL color Cylindrical-coordinate representation of color #BD6D3C: hue angle of 22.79º degrees, saturation: 0.52, 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 #BD6D3C is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB18910960-
CMYK00.420.680.26
HSL22.79º51.81%48.82%-
HSV(B)22.79º68.25%74.12%-
XYZ27.2722.087.1-
YUV127.3390171.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 60 (23.83% from 255) = 16.76%
R=52.79%
G=30.45%
B=16.76%

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
Decimal1891096000.420.680.2622.7951.8148.82
HexBD6D3C02A441A173431
Octal2751557405210432276461
Binary101111011101101111100010101010001001101010111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D3C; }

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

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

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

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

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

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

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

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