#BF712C

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

Shades of Meteor #BF712C

Tints of Meteor #BF712C

Color information

#BF712C (or 0xBF712C) is unknown color: approx Meteor. HEX triplet: BF, 71 and 2C. RGB value is (191,113,44). Sum of RGB (Red+Green+Blue) = 191+113+44=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF712C is #408ED3. Grayscale: #808080. Windows color (decimal): -4230868 or 2912703. OLE color: 2912703.

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

Color convert

RGB19111344-
CMYK00.410.770.25
HSL28.16º62.55%46.08%-
HSV(B)28.16º76.96%74.9%-
XYZ27.8523.075.37-
YUV128.4680.34172.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.89%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 44 (17.58% from 255) = 12.64%
R=54.89%
G=32.47%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911134400.410.770.2528.1662.5546.08
HexBF712C0294D191c3f2e
Octal2771615405111531347756
Binary101111111110001101100010100110011011100111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF712C; }

 p { color: rgb(191,113,44); }

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

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

 a { background-color: rgb(191,113,44); }

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

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

 span { border-color: rgb(191,113,44); }

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