#BC6E37

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

Shades of Meteor #BC6E37

Tints of Meteor #BC6E37

Color information

#BC6E37 (or 0xBC6E37) is unknown color: approx Meteor. HEX triplet: BC, 6E and 37. RGB value is (188,110,55). Sum of RGB (Red+Green+Blue) = 188+110+55=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E37 is #4391C8. Grayscale: #7F7F7F. Windows color (decimal): -4428233 or 3632828. OLE color: 3632828.

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

Color convert

RGB18811055-
CMYK00.410.710.26
HSL24.81º54.73%47.65%-
HSV(B)24.81º70.74%73.73%-
XYZ2722.126.46-
YUV127.0587.34171.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 55 (21.88% from 255) = 15.58%
R=53.26%
G=31.16%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881105500.410.710.2624.8154.7347.65
HexBC6E37029471A193730
Octal2741566705110732316760
Binary101111001101110110111010100110001111101011001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E37; }

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

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

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

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

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

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

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

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