#BBA145

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

Shades of Brass #BBA145

Tints of Brass #BBA145

Color information

#BBA145 (or 0xBBA145) is unknown color: approx Brass. HEX triplet: BB, A1 and 45. RGB value is (187,161,69). Sum of RGB (Red+Green+Blue) = 187+161+69=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA145 is #445EBA. Grayscale: #9E9E9E. Windows color (decimal): -4480699 or 4563387. OLE color: 4563387.

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

Color convert

RGB18716169-
CMYK00.140.630.27
HSL46.78º46.46%50.2%-
HSV(B)46.78º63.1%73.33%-
XYZ34.3136.4810.86-
YUV158.2977.61148.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 69 (27.34% from 255) = 16.55%
R=44.84%
G=38.61%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871616900.140.630.2746.7846.4650.2
HexBBA1450E3F1B2f2e32
Octal2732411050167733575662
Binary101110111010000110001010111011111111011101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA145; }

 p { color: rgb(187,161,69); }

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

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

 a { background-color: rgb(187,161,69); }

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

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

 span { border-color: rgb(187,161,69); }

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