#BBAA49

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

Shades of Brass #BBAA49

Tints of Brass #BBAA49

Color information

#BBAA49 (or 0xBBAA49) is unknown color: approx Brass. HEX triplet: BB, AA and 49. RGB value is (187,170,73). Sum of RGB (Red+Green+Blue) = 187+170+73=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA49 is #4455B6. Grayscale: #A4A4A4. Windows color (decimal): -4478391 or 4827835. OLE color: 4827835.

HSL color Cylindrical-coordinate representation of color #BBAA49: hue angle of 51.05º degrees, saturation: 0.46, 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 #BBAA49 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18717073-
CMYK00.090.610.27
HSL51.05º45.6%50.98%-
HSV(B)51.05º60.96%73.33%-
XYZ36.0739.812.08-
YUV164.0276.63144.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 73 (28.91% from 255) = 16.98%
R=43.49%
G=39.53%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871707300.090.610.2751.0545.650.98
HexBBAA49093D1B332e33
Octal2732521110117533635663
Binary101110111010101010010010100111110111011110011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA49; }

 p { color: rgb(187,170,73); }

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

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

 a { background-color: rgb(187,170,73); }

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

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

 span { border-color: rgb(187,170,73); }

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