#BC7631

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

Shades of Meteor #BC7631

Tints of Meteor #BC7631

Color information

#BC7631 (or 0xBC7631) is unknown color: approx Meteor. HEX triplet: BC, 76 and 31. RGB value is (188,118,49). Sum of RGB (Red+Green+Blue) = 188+118+49=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7631 is #4389CE. Grayscale: #838383. Windows color (decimal): -4426191 or 3241660. OLE color: 3241660.

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

Color convert

RGB18811849-
CMYK00.370.740.26
HSL29.78º58.65%46.47%-
HSV(B)29.78º73.94%73.73%-
XYZ27.7723.876.05-
YUV131.0681.69168.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 49 (19.53% from 255) = 13.80%
R=52.96%
G=33.24%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881184900.370.740.2629.7858.6546.47
HexBC76310254A1A1e3b2e
Octal2741666104511232367356
Binary101111001110110110001010010110010101101011110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7631; }

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

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

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

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

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

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

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

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