#BF6818

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

Shades of Chocolate #BF6818

Tints of Chocolate #BF6818

Color information

#BF6818 (or 0xBF6818) is unknown color: approx Chocolate. HEX triplet: BF, 68 and 18. RGB value is (191,104,24). Sum of RGB (Red+Green+Blue) = 191+104+24=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6818 is #4097E7. Grayscale: #797979. Windows color (decimal): -4233192 or 1599679. OLE color: 1599679.

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

Color convert

RGB19110424-
CMYK00.460.870.25
HSL28.74º77.67%42.16%-
HSV(B)28.74º87.43%74.9%-
XYZ26.621.043.52-
YUV120.8973.32178-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=59.87%
G=32.60%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911042400.460.870.2528.7477.6742.16
HexBF681802E57191d4e2a
Octal27715030056127313511652
Binary101111111101000110000101110101011111001111011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6818; }

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

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

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

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

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

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

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

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