#BF5E18

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

Shades of Chocolate #BF5E18

Tints of Chocolate #BF5E18

Color information

#BF5E18 (or 0xBF5E18) is unknown color: approx Chocolate. HEX triplet: BF, 5E and 18. RGB value is (191,94,24). Sum of RGB (Red+Green+Blue) = 191+94+24=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E18 is #40A1E7. Grayscale: #737373. Windows color (decimal): -4235752 or 1597119. OLE color: 1597119.

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

Color convert

RGB1919424-
CMYK00.510.870.25
HSL25.15º77.67%42.16%-
HSV(B)25.15º87.43%74.9%-
XYZ25.6519.153.21-
YUV115.0276.64182.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.81%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 24 (9.77% from 255) = 7.77%
R=61.81%
G=30.42%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191942400.510.870.2525.1577.6742.16
HexBF5E180335719194e2a
Octal27713630063127313111652
Binary101111111011110110000110011101011111001110011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E18; }

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

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

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

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

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

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

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

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