#BA7439

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

Shades of Meteor #BA7439

Tints of Meteor #BA7439

Color information

#BA7439 (or 0xBA7439) is unknown color: approx Meteor. HEX triplet: BA, 74 and 39. RGB value is (186,116,57). Sum of RGB (Red+Green+Blue) = 186+116+57=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7439 is #458BC6. Grayscale: #828282. Windows color (decimal): -4557767 or 3765434. OLE color: 3765434.

HSL color Cylindrical-coordinate representation of color #BA7439: hue angle of 27.44º 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 #BA7439 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18611657-
CMYK00.380.690.27
HSL27.44º53.09%47.65%-
HSV(B)27.44º69.35%72.94%-
XYZ27.2323.236.92-
YUV130.286.69167.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 57 (22.66% from 255) = 15.88%
R=51.81%
G=32.31%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861165700.380.690.2727.4453.0947.65
HexBA7439026451B1b3530
Octal2721647104610533336560
Binary101110101110100111001010011010001011101111011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7439; }

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

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

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

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

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

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

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

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