#BAB149

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

Shades of Brass #BAB149

Tints of Brass #BAB149

Color information

#BAB149 (or 0xBAB149) is unknown color: approx Brass. HEX triplet: BA, B1 and 49. RGB value is (186,177,73). Sum of RGB (Red+Green+Blue) = 186+177+73=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB149 is #454EB6. Grayscale: #A8A8A8. Windows color (decimal): -4542135 or 4829626. OLE color: 4829626.

HSL color Cylindrical-coordinate representation of color #BAB149: hue angle of 55.22º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAB149 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18617773-
CMYK00.050.610.27
HSL55.22º45.02%50.78%-
HSV(B)55.22º60.75%72.94%-
XYZ37.1742.3612.52-
YUV167.8474.48140.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 73 (28.91% from 255) = 16.74%
R=42.66%
G=40.60%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861777300.050.610.2755.2245.0250.78
HexBAB149053D1B372d33
Octal272261111057533675563
Binary10111010101100011001001010111110111011110111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB149; }

 p { color: rgb(186,177,73); }

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

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

 a { background-color: rgb(186,177,73); }

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

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

 span { border-color: rgb(186,177,73); }

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