#BAB145

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

Shades of Brass #BAB145

Tints of Brass #BAB145

Color information

#BAB145 (or 0xBAB145) is unknown color: approx Brass. HEX triplet: BA, B1 and 45. RGB value is (186,177,69). Sum of RGB (Red+Green+Blue) = 186+177+69=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB145 is #454EBA. Grayscale: #A7A7A7. Windows color (decimal): -4542139 or 4567482. OLE color: 4567482.

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

Color convert

RGB18617769-
CMYK00.050.630.27
HSL55.38º45.88%50%-
HSV(B)55.38º62.9%72.94%-
XYZ37.0542.3111.84-
YUV167.3872.48141.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 177 (69.53% from 255) = 40.97%
BLUE value IS 69 (27.34% from 255) = 15.97%
R=43.06%
G=40.97%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861776900.050.630.2755.3845.8850
HexBAB145053F1B372e32
Octal272261105057733675662
Binary10111010101100011000101010111111111011110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB145; }

 p { color: rgb(186,177,69); }

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

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

 a { background-color: rgb(186,177,69); }

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

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

 span { border-color: rgb(186,177,69); }

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