#BF6716

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

Shades of Chocolate #BF6716

Tints of Chocolate #BF6716

Color information

#BF6716 (or 0xBF6716) is unknown color: approx Chocolate. HEX triplet: BF, 67 and 16. RGB value is (191,103,22). Sum of RGB (Red+Green+Blue) = 191+103+22=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6716 is #4098E9. Grayscale: #787878. Windows color (decimal): -4233450 or 1468351. OLE color: 1468351.

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

Color convert

RGB19110322-
CMYK00.460.880.25
HSL28.76º79.34%41.76%-
HSV(B)28.76º88.48%74.9%-
XYZ26.4820.833.38-
YUV120.0872.65178.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.44%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 22 (8.98% from 255) = 6.96%
R=60.44%
G=32.59%
B=6.96%

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
Decimal1911032200.460.880.2528.7679.3441.76
HexBF671602E58191d4f2a
Octal27714726056130313511752
Binary101111111100111101100101110101100011001111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6716; }

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

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

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

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

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

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

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

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