#BF6916

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

Shades of Chocolate #BF6916

Tints of Chocolate #BF6916

Color information

#BF6916 (or 0xBF6916) is unknown color: approx Chocolate. HEX triplet: BF, 69 and 16. RGB value is (191,105,22). Sum of RGB (Red+Green+Blue) = 191+105+22=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6916 is #4096E9. Grayscale: #797979. Windows color (decimal): -4232938 or 1468863. OLE color: 1468863.

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

Color convert

RGB19110522-
CMYK00.450.880.25
HSL29.47º79.34%41.76%-
HSV(B)29.47º88.48%74.9%-
XYZ26.6821.243.45-
YUV121.2571.99177.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.06%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 22 (8.98% from 255) = 6.92%
R=60.06%
G=33.02%
B=6.92%

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
Decimal1911052200.450.880.2529.4779.3441.76
HexBF691602D58191d4f2a
Octal27715126055130313511752
Binary101111111101001101100101101101100011001111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6916; }

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

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

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

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

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

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

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

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