#BBAA3F

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

Shades of Brass #BBAA3F

Tints of Brass #BBAA3F

Color information

#BBAA3F (or 0xBBAA3F) is unknown color: approx Brass. HEX triplet: BB, AA and 3F. RGB value is (187,170,63). Sum of RGB (Red+Green+Blue) = 187+170+63=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA3F is #4455C0. Grayscale: #A3A3A3. Windows color (decimal): -4478401 or 4172475. OLE color: 4172475.

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

Color convert

RGB18717063-
CMYK00.090.660.27
HSL51.77º49.6%49.02%-
HSV(B)51.77º66.31%73.33%-
XYZ35.7739.6710.48-
YUV162.8871.63145.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 63 (25% from 255) = 15%
R=44.52%
G=40.48%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871706300.090.660.2751.7749.649.02
HexBBAA3F09421B343231
Octal2732527701110233646261
Binary101110111010101011111101001100001011011110100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA3F; }

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

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

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

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

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

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

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

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