#BC7936

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

Shades of Meteor #BC7936

Tints of Meteor #BC7936

Color information

#BC7936 (or 0xBC7936) is unknown color: approx Meteor. HEX triplet: BC, 79 and 36. RGB value is (188,121,54). Sum of RGB (Red+Green+Blue) = 188+121+54=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7936 is #4386C9. Grayscale: #858585. Windows color (decimal): -4425418 or 3570108. OLE color: 3570108.

HSL color Cylindrical-coordinate representation of color #BC7936: hue angle of 30º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC7936 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18812154-
CMYK00.360.710.26
HSL30º55.37%47.45%-
HSV(B)30º71.28%73.73%-
XYZ28.2424.636.76-
YUV133.483.2166.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 14.88%
R=51.79%
G=33.33%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881215400.360.710.263055.3747.45
HexBC7936024471A1e372f
Octal2741716604410732366757
Binary101111001111001110110010010010001111101011110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7936; }

 p { color: rgb(188,121,54); }

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

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

 a { background-color: rgb(188,121,54); }

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

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

 span { border-color: rgb(188,121,54); }

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