#BA7235

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

Shades of Meteor #BA7235

Tints of Meteor #BA7235

Color information

#BA7235 (or 0xBA7235) is unknown color: approx Meteor. HEX triplet: BA, 72 and 35. RGB value is (186,114,53). Sum of RGB (Red+Green+Blue) = 186+114+53=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7235 is #458DCA. Grayscale: #808080. Windows color (decimal): -4558283 or 3502778. OLE color: 3502778.

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

Color convert

RGB18611453-
CMYK00.390.720.27
HSL27.52º55.65%46.86%-
HSV(B)27.52º71.51%72.94%-
XYZ26.9122.736.34-
YUV128.5785.35168.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=52.69%
G=32.29%
B=15.01%

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
Decimal1861145300.390.720.2727.5255.6546.86
HexBA7235027481B1c382f
Octal2721626504711033347057
Binary101110101110010110101010011110010001101111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7235; }

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

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

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

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

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

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

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

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