#BF6816

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

Shades of Chocolate #BF6816

Tints of Chocolate #BF6816

Color information

#BF6816 (or 0xBF6816) is unknown color: approx Chocolate. HEX triplet: BF, 68 and 16. RGB value is (191,104,22). Sum of RGB (Red+Green+Blue) = 191+104+22=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6816 is #4097E9. Grayscale: #797979. Windows color (decimal): -4233194 or 1468607. OLE color: 1468607.

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

Color convert

RGB19110422-
CMYK00.460.880.25
HSL29.11º79.34%41.76%-
HSV(B)29.11º88.48%74.9%-
XYZ26.5821.033.42-
YUV120.6672.32178.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=60.25%
G=32.81%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911042200.460.880.2529.1179.3441.76
HexBF681602E58191d4f2a
Octal27715026056130313511752
Binary101111111101000101100101110101100011001111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6816; }

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

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

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

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

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

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

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

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