#BC6D37

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

Shades of Meteor #BC6D37

Tints of Meteor #BC6D37

Color information

#BC6D37 (or 0xBC6D37) is unknown color: approx Meteor. HEX triplet: BC, 6D and 37. RGB value is (188,109,55). Sum of RGB (Red+Green+Blue) = 188+109+55=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D37 is #4392C8. Grayscale: #7E7E7E. Windows color (decimal): -4428489 or 3632572. OLE color: 3632572.

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

Color convert

RGB18810955-
CMYK00.420.710.26
HSL24.36º54.73%47.65%-
HSV(B)24.36º70.74%73.73%-
XYZ26.921.96.42-
YUV126.4687.67171.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 55 (21.88% from 255) = 15.62%
R=53.41%
G=30.97%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881095500.420.710.2624.3654.7347.65
HexBC6D3702A471A183730
Octal2741556705210732306760
Binary101111001101101110111010101010001111101011000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D37; }

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

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

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

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

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

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

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

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