#BF6C3C

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

Shades of Zest #BF6C3C

Tints of Zest #BF6C3C

Color information

#BF6C3C (or 0xBF6C3C) is unknown color: approx Zest. HEX triplet: BF, 6C and 3C. RGB value is (191,108,60). Sum of RGB (Red+Green+Blue) = 191+108+60=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6C3C is #4093C3. Grayscale: #7F7F7F. Windows color (decimal): -4232132 or 3959999. OLE color: 3959999.

HSL color Cylindrical-coordinate representation of color #BF6C3C: hue angle of 21.98º 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 #BF6C3C is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19110860-
CMYK00.430.690.25
HSL21.98º52.19%49.22%-
HSV(B)21.98º68.59%74.9%-
XYZ27.6622.137.09-
YUV127.3490173.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 60 (23.83% from 255) = 16.71%
R=53.20%
G=30.08%
B=16.71%

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
Decimal1911086000.430.690.2521.9852.1949.22
HexBF6C3C02B4519163431
Octal2771547405310531266461
Binary101111111101100111100010101110001011100110110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C3C; }

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

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

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

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

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

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

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

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