#BF7831

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

Shades of Meteor #BF7831

Tints of Meteor #BF7831

Color information

#BF7831 (or 0xBF7831) is unknown color: approx Meteor. HEX triplet: BF, 78 and 31. RGB value is (191,120,49). Sum of RGB (Red+Green+Blue) = 191+120+49=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7831 is #4087CE. Grayscale: #858585. Windows color (decimal): -4229071 or 3242175. OLE color: 3242175.

HSL color Cylindrical-coordinate representation of color #BF7831: hue angle of 30º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF7831 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19112049-
CMYK00.370.740.25
HSL30º59.17%47.06%-
HSV(B)30º74.35%74.9%-
XYZ28.7624.736.16-
YUV133.1480.52169.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 13.61%
R=53.06%
G=33.33%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911204900.370.740.253059.1747.06
HexBF78310254A191e3b2f
Octal2771706104511231367357
Binary101111111111000110001010010110010101100111110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7831; }

 p { color: rgb(191,120,49); }

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

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

 a { background-color: rgb(191,120,49); }

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

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

 span { border-color: rgb(191,120,49); }

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