#bf6117

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

Shades of Chocolate #BF6117

Tints of Chocolate #BF6117

Color information

#BF6117 (or 0xBF6117) is unknown color: approx Chocolate. HEX triplet: BF, 61 and 17. RGB value is (191,97,23). Sum of RGB (Red+Green+Blue) = 191+97+23=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6117 is #409EE8. Grayscale: #757575. Windows color (decimal): -4234985 or 1532351. OLE color: 1532351.

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

Color convert

RGB1919723-
CMYK00.490.880.25
HSL26.43º78.5%41.96%-
HSV(B)26.43º87.96%74.9%-
XYZ25.9219.693.24-
YUV116.6775.14181.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.41%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 23 (9.38% from 255) = 7.40%
R=61.41%
G=31.19%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191972300.490.880.2526.4378.541.96
HexBF611703158191a4f2a
Octal27714127061130313211752
Binary101111111100001101110110001101100011001110101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6117; }

 p { color: rgb(191,97,23); }

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

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

 a { background-color: rgb(191,97,23); }

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

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

 span { border-color: rgb(191,97,23); }

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