#BA7035

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

Shades of Meteor #BA7035

Tints of Meteor #BA7035

Color information

#BA7035 (or 0xBA7035) is unknown color: approx Meteor. HEX triplet: BA, 70 and 35. RGB value is (186,112,53). Sum of RGB (Red+Green+Blue) = 186+112+53=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7035 is #458FCA. Grayscale: #7F7F7F. Windows color (decimal): -4558795 or 3502266. OLE color: 3502266.

HSL color Cylindrical-coordinate representation of color #BA7035: hue angle of 26.62º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA7035 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18611253-
CMYK00.400.720.27
HSL26.62º55.65%46.86%-
HSV(B)26.62º71.51%72.94%-
XYZ26.6922.286.26-
YUV127.486.02169.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 53 (21.09% from 255) = 15.10%
R=52.99%
G=31.91%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861125300.400.720.2726.6255.6546.86
HexBA7035028481B1b382f
Octal2721606505011033337057
Binary101110101110000110101010100010010001101111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7035; }

 p { color: rgb(186,112,53); }

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

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

 a { background-color: rgb(186,112,53); }

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

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

 span { border-color: rgb(186,112,53); }

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