#BBA446

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

Shades of Brass #BBA446

Tints of Brass #BBA446

Color information

#BBA446 (or 0xBBA446) is unknown color: approx Brass. HEX triplet: BB, A4 and 46. RGB value is (187,164,70). Sum of RGB (Red+Green+Blue) = 187+164+70=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA446 is #445BB9. Grayscale: #A0A0A0. Windows color (decimal): -4479930 or 4629691. OLE color: 4629691.

HSL color Cylindrical-coordinate representation of color #BBA446: hue angle of 48.21º 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 #BBA446 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18716470-
CMYK00.120.630.27
HSL48.21º46.25%50.39%-
HSV(B)48.21º62.57%73.33%-
XYZ34.8737.5611.21-
YUV160.1677.12147.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 70 (27.73% from 255) = 16.63%
R=44.42%
G=38.95%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871647000.120.630.2748.2146.2550.39
HexBBA4460C3F1B302e32
Octal2732441060147733605662
Binary101110111010010010001100110011111111011110000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA446; }

 p { color: rgb(187,164,70); }

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

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

 a { background-color: rgb(187,164,70); }

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

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

 span { border-color: rgb(187,164,70); }

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