#BC7337

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

Shades of Meteor #BC7337

Tints of Meteor #BC7337

Color information

#BC7337 (or 0xBC7337) is unknown color: approx Meteor. HEX triplet: BC, 73 and 37. RGB value is (188,115,55). Sum of RGB (Red+Green+Blue) = 188+115+55=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7337 is #438CC8. Grayscale: #828282. Windows color (decimal): -4426953 or 3634108. OLE color: 3634108.

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

Color convert

RGB18811555-
CMYK00.390.710.26
HSL27.07º54.73%47.65%-
HSV(B)27.07º70.74%73.73%-
XYZ27.5623.236.65-
YUV129.9985.68169.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.51%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 55 (21.88% from 255) = 15.36%
R=52.51%
G=32.12%
B=15.36%

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
Decimal1881155500.390.710.2627.0754.7347.65
HexBC7337027471A1b3730
Octal2741636704710732336760
Binary101111001110011110111010011110001111101011011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7337; }

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

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

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

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

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

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

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

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