#BF7931

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

Shades of Meteor #BF7931

Tints of Meteor #BF7931

Color information

#BF7931 (or 0xBF7931) is unknown color: approx Meteor. HEX triplet: BF, 79 and 31. RGB value is (191,121,49). Sum of RGB (Red+Green+Blue) = 191+121+49=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7931 is #4086CE. Grayscale: #868686. Windows color (decimal): -4228815 or 3242431. OLE color: 3242431.

HSL color Cylindrical-coordinate representation of color #BF7931: hue angle of 30.42º 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 #BF7931 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19112149-
CMYK00.370.740.25
HSL30.42º59.17%47.06%-
HSV(B)30.42º74.35%74.9%-
XYZ28.8824.976.2-
YUV133.7280.19168.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=52.91%
G=33.52%
B=13.57%

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
Decimal1911214900.370.740.2530.4259.1747.06
HexBF79310254A191e3b2f
Octal2771716104511231367357
Binary101111111111001110001010010110010101100111110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7931; }

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

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

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

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

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

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

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

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