#BF6616

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

Shades of Chocolate #BF6616

Tints of Chocolate #BF6616

Color information

#BF6616 (or 0xBF6616) is unknown color: approx Chocolate. HEX triplet: BF, 66 and 16. RGB value is (191,102,22). Sum of RGB (Red+Green+Blue) = 191+102+22=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6616 is #4099E9. Grayscale: #777777. Windows color (decimal): -4233706 or 1468095. OLE color: 1468095.

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

Color convert

RGB19110222-
CMYK00.470.880.25
HSL28.4º79.34%41.76%-
HSV(B)28.4º88.48%74.9%-
XYZ26.3820.643.35-
YUV119.4972.99179-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.63%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 22 (8.98% from 255) = 6.98%
R=60.63%
G=32.38%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911022200.470.880.2528.479.3441.76
HexBF661602F58191c4f2a
Octal27714626057130313411752
Binary101111111100110101100101111101100011001111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6616; }

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

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

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

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

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

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

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

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