#BAB445

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

Shades of Brass #BAB445

Tints of Brass #BAB445

Color information

#BAB445 (or 0xBAB445) is unknown color: approx Brass. HEX triplet: BA, B4 and 45. RGB value is (186,180,69). Sum of RGB (Red+Green+Blue) = 186+180+69=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB445 is #454BBA. Grayscale: #A9A9A9. Windows color (decimal): -4541371 or 4568250. OLE color: 4568250.

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

Color convert

RGB18618069-
CMYK00.030.630.27
HSL56.92º45.88%50%-
HSV(B)56.92º62.9%72.94%-
XYZ37.6543.5112.04-
YUV169.1471.49140.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 69 (27.34% from 255) = 15.86%
R=42.76%
G=41.38%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861806900.030.630.2756.9245.8850
HexBAB445033F1B392e32
Octal272264105037733715662
Binary1011101010110100100010101111111111011111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB445; }

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

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

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

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

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

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

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

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