#BA7732

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

Shades of Meteor #BA7732

Tints of Meteor #BA7732

Color information

#BA7732 (or 0xBA7732) is unknown color: approx Meteor. HEX triplet: BA, 77 and 32. RGB value is (186,119,50). Sum of RGB (Red+Green+Blue) = 186+119+50=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7732 is #4588CD. Grayscale: #838383. Windows color (decimal): -4557006 or 3307450. OLE color: 3307450.

HSL color Cylindrical-coordinate representation of color #BA7732: hue angle of 30.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA7732 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18611950-
CMYK00.360.730.27
HSL30.44º57.63%46.27%-
HSV(B)30.44º73.12%72.94%-
XYZ27.4223.866.18-
YUV131.1782.2167.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 50 (19.92% from 255) = 14.08%
R=52.39%
G=33.52%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861195000.360.730.2730.4457.6346.27
HexBA7732024491B1e3a2e
Octal2721676204411133367256
Binary101110101110111110010010010010010011101111110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7732; }

 p { color: rgb(186,119,50); }

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

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

 a { background-color: rgb(186,119,50); }

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

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

 span { border-color: rgb(186,119,50); }

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