#BA7539

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

Shades of Meteor #BA7539

Tints of Meteor #BA7539

Color information

#BA7539 (or 0xBA7539) is unknown color: approx Meteor. HEX triplet: BA, 75 and 39. RGB value is (186,117,57). Sum of RGB (Red+Green+Blue) = 186+117+57=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7539 is #458AC6. Grayscale: #838383. Windows color (decimal): -4557511 or 3765690. OLE color: 3765690.

HSL color Cylindrical-coordinate representation of color #BA7539: hue angle of 27.91º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA7539 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18611757-
CMYK00.370.690.27
HSL27.91º53.09%47.65%-
HSV(B)27.91º69.35%72.94%-
XYZ27.3523.466.96-
YUV130.7986.36167.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 57 (22.66% from 255) = 15.83%
R=51.67%
G=32.5%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861175700.370.690.2727.9153.0947.65
HexBA7539025451B1c3530
Octal2721657104510533346560
Binary101110101110101111001010010110001011101111100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7539; }

 p { color: rgb(186,117,57); }

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

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

 a { background-color: rgb(186,117,57); }

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

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

 span { border-color: rgb(186,117,57); }

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