#BF6314

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

Shades of Chocolate #BF6314

Tints of Chocolate #BF6314

Color information

#BF6314 (or 0xBF6314) is unknown color: approx Chocolate. HEX triplet: BF, 63 and 14. RGB value is (191,99,20). Sum of RGB (Red+Green+Blue) = 191+99+20=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6314 is #409CEB. Grayscale: #757575. Windows color (decimal): -4234476 or 1336255. OLE color: 1336255.

HSL color Cylindrical-coordinate representation of color #BF6314: hue angle of 27.72º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF6314 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1919920-
CMYK00.480.900.25
HSL27.72º81.04%41.37%-
HSV(B)27.72º89.53%74.9%-
XYZ26.0720.053.16-
YUV117.572.98180.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.61%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 20 (8.20% from 255) = 6.45%
R=61.61%
G=31.94%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191992000.480.900.2527.7281.0441.37
HexBF63140305A191c5129
Octal27714324060132313412151
Binary101111111100011101000110000101101011001111001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6314; }

 p { color: rgb(191,99,20); }

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

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

 a { background-color: rgb(191,99,20); }

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

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

 span { border-color: rgb(191,99,20); }

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