#BC7031

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

Shades of Meteor #BC7031

Tints of Meteor #BC7031

Color information

#BC7031 (or 0xBC7031) is unknown color: approx Meteor. HEX triplet: BC, 70 and 31. RGB value is (188,112,49). Sum of RGB (Red+Green+Blue) = 188+112+49=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7031 is #438FCE. Grayscale: #7F7F7F. Windows color (decimal): -4427727 or 3240124. OLE color: 3240124.

HSL color Cylindrical-coordinate representation of color #BC7031: hue angle of 27.19º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC7031 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18811249-
CMYK00.400.740.26
HSL27.19º58.65%46.47%-
HSV(B)27.19º73.94%73.73%-
XYZ27.0922.55.82-
YUV127.5483.68171.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 49 (19.53% from 255) = 14.04%
R=53.87%
G=32.09%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881124900.400.740.2627.1958.6546.47
HexBC70310284A1A1b3b2e
Octal2741606105011232337356
Binary101111001110000110001010100010010101101011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7031; }

 p { color: rgb(188,112,49); }

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

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

 a { background-color: rgb(188,112,49); }

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

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

 span { border-color: rgb(188,112,49); }

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