#bbaa44

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

Shades of Brass #BBAA44

Tints of Brass #BBAA44

Color information

#BBAA44 (or 0xBBAA44) is unknown color: approx Brass. HEX triplet: BB, AA and 44. RGB value is (187,170,68). Sum of RGB (Red+Green+Blue) = 187+170+68=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA44 is #4455BB. Grayscale: #A3A3A3. Windows color (decimal): -4478396 or 4500155. OLE color: 4500155.

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

Color convert

RGB18717068-
CMYK00.090.640.27
HSL51.43º46.67%50%-
HSV(B)51.43º63.64%73.33%-
XYZ35.9139.7311.25-
YUV163.4574.13144.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 68 (26.95% from 255) = 16%
R=44%
G=40%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871706800.090.640.2751.4346.6750
HexBBAA4409401B332f32
Octal27325210401110033635762
Binary1011101110101010100010001001100000011011110011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbaa44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbaa44; }

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

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

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

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

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

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

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

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