#BBAA4A

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

Shades of Brass #BBAA4A

Tints of Brass #BBAA4A

Color information

#BBAA4A (or 0xBBAA4A) is unknown color: approx Brass. HEX triplet: BB, AA and 4A. RGB value is (187,170,74). Sum of RGB (Red+Green+Blue) = 187+170+74=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA4A is #4455B5. Grayscale: #A4A4A4. Windows color (decimal): -4478390 or 4893371. OLE color: 4893371.

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

Color convert

RGB18717074-
CMYK00.090.600.27
HSL50.97º45.38%51.18%-
HSV(B)50.97º60.43%73.33%-
XYZ36.139.8112.26-
YUV164.1477.13144.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=43.39%
G=39.44%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871707400.090.600.2750.9745.3851.18
HexBBAA4A093C1B332d33
Octal2732521120117433635563
Binary101110111010101010010100100111110011011110011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA4A; }

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

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

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

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

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

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

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

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