#BBA849

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

Shades of Brass #BBA849

Tints of Brass #BBA849

Color information

#BBA849 (or 0xBBA849) is unknown color: approx Brass. HEX triplet: BB, A8 and 49. RGB value is (187,168,73). Sum of RGB (Red+Green+Blue) = 187+168+73=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA849 is #4457B6. Grayscale: #A3A3A3. Windows color (decimal): -4478903 or 4827323. OLE color: 4827323.

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

Color convert

RGB18716873-
CMYK00.100.610.27
HSL50º45.6%50.98%-
HSV(B)50º60.96%73.33%-
XYZ35.739.0511.96-
YUV162.8577.29145.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 168 (66.02% from 255) = 39.25%
BLUE value IS 73 (28.91% from 255) = 17.06%
R=43.69%
G=39.25%
B=17.06%

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
Decimal1871687300.100.610.275045.650.98
HexBBA8490A3D1B322e33
Octal2732501110127533625663
Binary101110111010100010010010101011110111011110010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA849; }

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

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

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

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

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

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

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

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