#BC7136

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

Shades of Meteor #BC7136

Tints of Meteor #BC7136

Color information

#BC7136 (or 0xBC7136) is unknown color: approx Meteor. HEX triplet: BC, 71 and 36. RGB value is (188,113,54). Sum of RGB (Red+Green+Blue) = 188+113+54=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7136 is #438EC9. Grayscale: #818181. Windows color (decimal): -4427466 or 3568060. OLE color: 3568060.

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

Color convert

RGB18811354-
CMYK00.400.710.26
HSL26.42º55.37%47.45%-
HSV(B)26.42º71.28%73.73%-
XYZ27.3122.776.45-
YUV128.785.85170.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 54 (21.48% from 255) = 15.21%
R=52.96%
G=31.83%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881135400.400.710.2626.4255.3747.45
HexBC7136028471A1a372f
Octal2741616605010732326757
Binary101111001110001110110010100010001111101011010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7136; }

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

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

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

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

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

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

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

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