#BF6A18

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

Shades of Chocolate #BF6A18

Tints of Chocolate #BF6A18

Color information

#BF6A18 (or 0xBF6A18) is unknown color: approx Chocolate. HEX triplet: BF, 6A and 18. RGB value is (191,106,24). Sum of RGB (Red+Green+Blue) = 191+106+24=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6A18 is #4095E7. Grayscale: #7A7A7A. Windows color (decimal): -4232680 or 1600191. OLE color: 1600191.

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

Color convert

RGB19110624-
CMYK00.450.870.25
HSL29.46º77.67%42.16%-
HSV(B)29.46º87.43%74.9%-
XYZ26.821.453.59-
YUV122.0772.66177.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.50%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 24 (9.77% from 255) = 7.48%
R=59.50%
G=33.02%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911062400.450.870.2529.4677.6742.16
HexBF6A1802D57191d4e2a
Octal27715230055127313511652
Binary101111111101010110000101101101011111001111011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A18; }

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

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

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

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

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

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

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

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