#BBAC48

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

Shades of Brass #BBAC48

Tints of Brass #BBAC48

Color information

#BBAC48 (or 0xBBAC48) is unknown color: approx Brass. HEX triplet: BB, AC and 48. RGB value is (187,172,72). Sum of RGB (Red+Green+Blue) = 187+172+72=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC48 is #4453B7. Grayscale: #A5A5A5. Windows color (decimal): -4477880 or 4762811. OLE color: 4762811.

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

Color convert

RGB18717272-
CMYK00.080.610.27
HSL52.17º45.82%50.78%-
HSV(B)52.17º61.5%73.33%-
XYZ36.4240.5412.04-
YUV165.0875.47143.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 72 (28.52% from 255) = 16.71%
R=43.39%
G=39.91%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871727200.080.610.2752.1745.8250.78
HexBBAC48083D1B342e33
Octal2732541100107533645663
Binary101110111010110010010000100011110111011110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC48; }

 p { color: rgb(187,172,72); }

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

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

 a { background-color: rgb(187,172,72); }

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

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

 span { border-color: rgb(187,172,72); }

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