#BF5B15

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

Shades of Chocolate #BF5B15

Tints of Chocolate #BF5B15

Color information

#BF5B15 (or 0xBF5B15) is unknown color: approx Chocolate. HEX triplet: BF, 5B and 15. RGB value is (191,91,21). Sum of RGB (Red+Green+Blue) = 191+91+21=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5B15 is #40A4EA. Grayscale: #717171. Windows color (decimal): -4236523 or 1399743. OLE color: 1399743.

HSL color Cylindrical-coordinate representation of color #BF5B15: hue angle of 24.71º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF5B15 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1919121-
CMYK00.520.890.25
HSL24.71º80.19%41.57%-
HSV(B)24.71º89.01%74.9%-
XYZ25.3618.612.97-
YUV112.9276.13183.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.04%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 21 (8.59% from 255) = 6.93%
R=63.04%
G=30.03%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191912100.520.890.2524.7180.1941.57
HexBF5B15034591919502a
Octal27713325064131313112052
Binary101111111011011101010110100101100111001110011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B15; }

 p { color: rgb(191,91,21); }

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

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

 a { background-color: rgb(191,91,21); }

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

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

 span { border-color: rgb(191,91,21); }

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