#BF6D3C

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

Shades of Zest #BF6D3C

Tints of Zest #BF6D3C

Color information

#BF6D3C (or 0xBF6D3C) is unknown color: approx Zest. HEX triplet: BF, 6D and 3C. RGB value is (191,109,60). Sum of RGB (Red+Green+Blue) = 191+109+60=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6D3C is #4092C3. Grayscale: #808080. Windows color (decimal): -4231876 or 3960255. OLE color: 3960255.

HSL color Cylindrical-coordinate representation of color #BF6D3C: hue angle of 22.44º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF6D3C is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19110960-
CMYK00.430.690.25
HSL22.44º52.19%49.22%-
HSV(B)22.44º68.59%74.9%-
XYZ27.7722.347.12-
YUV127.9389.67172.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 60 (23.83% from 255) = 16.67%
R=53.06%
G=30.28%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911096000.430.690.2522.4452.1949.22
HexBF6D3C02B4519163431
Octal2771557405310531266461
Binary101111111101101111100010101110001011100110110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6D3C; }

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

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

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

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

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

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

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

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