#BF6312

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

Shades of Chocolate #BF6312

Tints of Chocolate #BF6312

Color information

#BF6312 (or 0xBF6312) is unknown color: approx Chocolate. HEX triplet: BF, 63 and 12. RGB value is (191,99,18). Sum of RGB (Red+Green+Blue) = 191+99+18=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6312 is #409CED. Grayscale: #757575. Windows color (decimal): -4234478 or 1205183. OLE color: 1205183.

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

Color convert

RGB1919918-
CMYK00.480.910.25
HSL28.09º82.78%40.98%-
HSV(B)28.09º90.58%74.9%-
XYZ26.0620.043.07-
YUV117.2771.98180.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.01%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=62.01%
G=32.14%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191991800.480.910.2528.0982.7840.98
HexBF63120305B191c5329
Octal27714322060133313412351
Binary101111111100011100100110000101101111001111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6312; }

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

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

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

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

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

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

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

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