#BBAA45

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

Shades of Brass #BBAA45

Tints of Brass #BBAA45

Color information

#BBAA45 (or 0xBBAA45) is unknown color: approx Brass. HEX triplet: BB, AA and 45. RGB value is (187,170,69). Sum of RGB (Red+Green+Blue) = 187+170+69=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA45 is #4455BA. Grayscale: #A3A3A3. Windows color (decimal): -4478395 or 4565691. OLE color: 4565691.

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

Color convert

RGB18717069-
CMYK00.090.630.27
HSL51.36º46.46%50.2%-
HSV(B)51.36º63.1%73.33%-
XYZ35.9439.7411.41-
YUV163.5774.63144.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 69 (27.34% from 255) = 16.20%
R=43.90%
G=39.91%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871706900.090.630.2751.3646.4650.2
HexBBAA45093F1B332e32
Octal2732521050117733635662
Binary101110111010101010001010100111111111011110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA45; }

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

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

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

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

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

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

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

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