#BF6619

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

Shades of Chocolate #BF6619

Tints of Chocolate #BF6619

Color information

#BF6619 (or 0xBF6619) is unknown color: approx Chocolate. HEX triplet: BF, 66 and 19. RGB value is (191,102,25). Sum of RGB (Red+Green+Blue) = 191+102+25=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6619 is #4099E6. Grayscale: #787878. Windows color (decimal): -4233703 or 1664703. OLE color: 1664703.

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

Color convert

RGB19110225-
CMYK00.470.870.25
HSL27.83º76.85%42.35%-
HSV(B)27.83º86.91%74.9%-
XYZ26.4120.653.51-
YUV119.8374.49178.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.06%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 25 (10.16% from 255) = 7.86%
R=60.06%
G=32.08%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911022500.470.870.2527.8376.8542.35
HexBF661902F57191c4d2a
Octal27714631057127313411552
Binary101111111100110110010101111101011111001111001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6619; }

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

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

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

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

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

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

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

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