#BBA246

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

Shades of Brass #BBA246

Tints of Brass #BBA246

Color information

#BBA246 (or 0xBBA246) is unknown color: approx Brass. HEX triplet: BB, A2 and 46. RGB value is (187,162,70). Sum of RGB (Red+Green+Blue) = 187+162+70=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA246 is #445DB9. Grayscale: #9F9F9F. Windows color (decimal): -4480442 or 4629179. OLE color: 4629179.

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

Color convert

RGB18716270-
CMYK00.130.630.27
HSL47.18º46.25%50.39%-
HSV(B)47.18º62.57%73.33%-
XYZ34.5236.8511.09-
YUV158.9977.78147.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 70 (27.73% from 255) = 16.71%
R=44.63%
G=38.66%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871627000.130.630.2747.1846.2550.39
HexBBA2460D3F1B2f2e32
Octal2732421060157733575662
Binary101110111010001010001100110111111111011101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA246; }

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

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

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

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

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

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

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

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