#BAB440

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

Shades of Brass #BAB440

Tints of Brass #BAB440

Color information

#BAB440 (or 0xBAB440) is unknown color: approx Brass. HEX triplet: BA, B4 and 40. RGB value is (186,180,64). Sum of RGB (Red+Green+Blue) = 186+180+64=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB440 is #454BBF. Grayscale: #A9A9A9. Windows color (decimal): -4541376 or 4240570. OLE color: 4240570.

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

Color convert

RGB18618064-
CMYK00.030.660.27
HSL57.05º48.8%49.02%-
HSV(B)57.05º65.59%72.94%-
XYZ37.543.4511.26-
YUV168.5768.99140.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 64 (25.39% from 255) = 14.88%
R=43.26%
G=41.86%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861806400.030.660.2757.0548.849.02
HexBAB44003421B393131
Octal2722641000310233716161
Binary10111010101101001000000011100001011011111001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB440; }

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

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

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

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

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

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

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

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