#BBA240

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

Shades of Brass #BBA240

Tints of Brass #BBA240

Color information

#BBA240 (or 0xBBA240) is unknown color: approx Brass. HEX triplet: BB, A2 and 40. RGB value is (187,162,64). Sum of RGB (Red+Green+Blue) = 187+162+64=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA240 is #445DBF. Grayscale: #9E9E9E. Windows color (decimal): -4480448 or 4235963. OLE color: 4235963.

HSL color Cylindrical-coordinate representation of color #BBA240: hue angle of 47.8º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBA240 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18716264-
CMYK00.130.660.27
HSL47.8º49%49.22%-
HSV(B)47.8º65.78%73.33%-
XYZ34.3436.7810.14-
YUV158.374.78148.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 64 (25.39% from 255) = 15.50%
R=45.28%
G=39.23%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871626400.130.660.2747.84949.22
HexBBA2400D421B303131
Octal27324210001510233606161
Binary1011101110100010100000001101100001011011110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA240; }

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

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

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

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

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

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

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

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