#BBA749

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

Shades of Brass #BBA749

Tints of Brass #BBA749

Color information

#BBA749 (or 0xBBA749) is unknown color: approx Brass. HEX triplet: BB, A7 and 49. RGB value is (187,167,73). Sum of RGB (Red+Green+Blue) = 187+167+73=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA749 is #4458B6. Grayscale: #A2A2A2. Windows color (decimal): -4479159 or 4827067. OLE color: 4827067.

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

Color convert

RGB18716773-
CMYK00.110.610.27
HSL49.47º45.6%50.98%-
HSV(B)49.47º60.96%73.33%-
XYZ35.5138.6811.9-
YUV162.2677.63145.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 167 (65.62% from 255) = 39.11%
BLUE value IS 73 (28.91% from 255) = 17.10%
R=43.79%
G=39.11%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871677300.110.610.2749.4745.650.98
HexBBA7490B3D1B312e33
Octal2732471110137533615663
Binary101110111010011110010010101111110111011110001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA749; }

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

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

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

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

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

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

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

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