#BF6A16

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

Shades of Chocolate #BF6A16

Tints of Chocolate #BF6A16

Color information

#BF6A16 (or 0xBF6A16) is unknown color: approx Chocolate. HEX triplet: BF, 6A and 16. RGB value is (191,106,22). Sum of RGB (Red+Green+Blue) = 191+106+22=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6A16 is #4095E9. Grayscale: #7A7A7A. Windows color (decimal): -4232682 or 1469119. OLE color: 1469119.

HSL color Cylindrical-coordinate representation of color #BF6A16: hue angle of 29.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF6A16 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19110622-
CMYK00.450.880.25
HSL29.82º79.34%41.76%-
HSV(B)29.82º88.48%74.9%-
XYZ26.7821.443.49-
YUV121.8471.66177.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 22 (8.98% from 255) = 6.90%
R=59.87%
G=33.23%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911062200.450.880.2529.8279.3441.76
HexBF6A1602D58191e4f2a
Octal27715226055130313611752
Binary101111111101010101100101101101100011001111101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A16; }

 p { color: rgb(191,106,22); }

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

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

 a { background-color: rgb(191,106,22); }

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

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

 span { border-color: rgb(191,106,22); }

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