#BAB446

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

Shades of Brass #BAB446

Tints of Brass #BAB446

Color information

#BAB446 (or 0xBAB446) is unknown color: approx Brass. HEX triplet: BA, B4 and 46. RGB value is (186,180,70). Sum of RGB (Red+Green+Blue) = 186+180+70=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB446 is #454BB9. Grayscale: #A9A9A9. Windows color (decimal): -4541370 or 4633786. OLE color: 4633786.

HSL color Cylindrical-coordinate representation of color #BAB446: hue angle of 56.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAB446 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18618070-
CMYK00.030.620.27
HSL56.9º45.67%50.2%-
HSV(B)56.9º62.37%72.94%-
XYZ37.6843.5212.21-
YUV169.2571.99139.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 70 (27.73% from 255) = 16.06%
R=42.66%
G=41.28%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861807000.030.620.2756.945.6750.2
HexBAB446033E1B392e32
Octal272264106037633715662
Binary1011101010110100100011001111111011011111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB446; }

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

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

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

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

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

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

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

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