#BC7336

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

Shades of Meteor #BC7336

Tints of Meteor #BC7336

Color information

#BC7336 (or 0xBC7336) is unknown color: approx Meteor. HEX triplet: BC, 73 and 36. RGB value is (188,115,54). Sum of RGB (Red+Green+Blue) = 188+115+54=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7336 is #438CC9. Grayscale: #828282. Windows color (decimal): -4426954 or 3568572. OLE color: 3568572.

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

Color convert

RGB18811554-
CMYK00.390.710.26
HSL27.31º55.37%47.45%-
HSV(B)27.31º71.28%73.73%-
XYZ27.5423.226.52-
YUV129.8785.18169.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 54 (21.48% from 255) = 15.13%
R=52.66%
G=32.21%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881155400.390.710.2627.3155.3747.45
HexBC7336027471A1b372f
Octal2741636604710732336757
Binary101111001110011110110010011110001111101011011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7336; }

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

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

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

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

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

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

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

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