#BBA949

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

Shades of Brass #BBA949

Tints of Brass #BBA949

Color information

#BBA949 (or 0xBBA949) is unknown color: approx Brass. HEX triplet: BB, A9 and 49. RGB value is (187,169,73). Sum of RGB (Red+Green+Blue) = 187+169+73=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA949 is #4456B6. Grayscale: #A3A3A3. Windows color (decimal): -4478647 or 4827579. OLE color: 4827579.

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

Color convert

RGB18716973-
CMYK00.100.610.27
HSL50.53º45.6%50.98%-
HSV(B)50.53º60.96%73.33%-
XYZ35.8839.4212.02-
YUV163.4476.96144.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=43.59%
G=39.39%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871697300.100.610.2750.5345.650.98
HexBBA9490A3D1B332e33
Octal2732511110127533635663
Binary101110111010100110010010101011110111011110011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA949; }

 p { color: rgb(187,169,73); }

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

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

 a { background-color: rgb(187,169,73); }

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

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

 span { border-color: rgb(187,169,73); }

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