#BF7731

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

Shades of Meteor #BF7731

Tints of Meteor #BF7731

Color information

#BF7731 (or 0xBF7731) is unknown color: approx Meteor. HEX triplet: BF, 77 and 31. RGB value is (191,119,49). Sum of RGB (Red+Green+Blue) = 191+119+49=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7731 is #4088CE. Grayscale: #848484. Windows color (decimal): -4229327 or 3241919. OLE color: 3241919.

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

Color convert

RGB19111949-
CMYK00.380.740.25
HSL29.58º59.17%47.06%-
HSV(B)29.58º74.35%74.9%-
XYZ28.6424.496.12-
YUV132.5580.85169.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 49 (19.53% from 255) = 13.65%
R=53.20%
G=33.15%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911194900.380.740.2529.5859.1747.06
HexBF77310264A191e3b2f
Octal2771676104611231367357
Binary101111111110111110001010011010010101100111110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7731; }

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

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

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

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

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

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

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

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