#BF5E16

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

Shades of Chocolate #BF5E16

Tints of Chocolate #BF5E16

Color information

#BF5E16 (or 0xBF5E16) is unknown color: approx Chocolate. HEX triplet: BF, 5E and 16. RGB value is (191,94,22). Sum of RGB (Red+Green+Blue) = 191+94+22=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E16 is #40A1E9. Grayscale: #737373. Windows color (decimal): -4235754 or 1466047. OLE color: 1466047.

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

Color convert

RGB1919422-
CMYK00.510.880.25
HSL25.56º79.34%41.76%-
HSV(B)25.56º88.48%74.9%-
XYZ25.6319.143.1-
YUV114.7975.64182.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.21%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 22 (8.98% from 255) = 7.17%
R=62.21%
G=30.62%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191942200.510.880.2525.5679.3441.76
HexBF5E1603358191a4f2a
Octal27713626063130313211752
Binary101111111011110101100110011101100011001110101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E16; }

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

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

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

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

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

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

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

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