#BA7135

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

Shades of Meteor #BA7135

Tints of Meteor #BA7135

Color information

#BA7135 (or 0xBA7135) is unknown color: approx Meteor. HEX triplet: BA, 71 and 35. RGB value is (186,113,53). Sum of RGB (Red+Green+Blue) = 186+113+53=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7135 is #458ECA. Grayscale: #808080. Windows color (decimal): -4558539 or 3502522. OLE color: 3502522.

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

Color convert

RGB18611353-
CMYK00.390.720.27
HSL27.07º55.65%46.86%-
HSV(B)27.07º71.51%72.94%-
XYZ26.822.516.3-
YUV127.9985.68169.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=52.84%
G=32.10%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861135300.390.720.2727.0755.6546.86
HexBA7135027481B1b382f
Octal2721616504711033337057
Binary101110101110001110101010011110010001101111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7135; }

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

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

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

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

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

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

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

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