#BF7631

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

Shades of Meteor #BF7631

Tints of Meteor #BF7631

Color information

#BF7631 (or 0xBF7631) is unknown color: approx Meteor. HEX triplet: BF, 76 and 31. RGB value is (191,118,49). Sum of RGB (Red+Green+Blue) = 191+118+49=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7631 is #4089CE. Grayscale: #848484. Windows color (decimal): -4229583 or 3241663. OLE color: 3241663.

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

Color convert

RGB19111849-
CMYK00.380.740.25
HSL29.15º59.17%47.06%-
HSV(B)29.15º74.35%74.9%-
XYZ28.5224.256.08-
YUV131.9681.18170.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 49 (19.53% from 255) = 13.69%
R=53.35%
G=32.96%
B=13.69%

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
Decimal1911184900.380.740.2529.1559.1747.06
HexBF76310264A191d3b2f
Octal2771666104611231357357
Binary101111111110110110001010011010010101100111101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7631; }

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

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

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

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

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

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

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

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