#BAB144

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

Shades of Brass #BAB144

Tints of Brass #BAB144

Color information

#BAB144 (or 0xBAB144) is unknown color: approx Brass. HEX triplet: BA, B1 and 44. RGB value is (186,177,68). Sum of RGB (Red+Green+Blue) = 186+177+68=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB144 is #454EBB. Grayscale: #A7A7A7. Windows color (decimal): -4542140 or 4501946. OLE color: 4501946.

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

Color convert

RGB18617768-
CMYK00.050.630.27
HSL55.42º46.46%49.8%-
HSV(B)55.42º63.44%72.94%-
XYZ37.0242.311.68-
YUV167.2671.98141.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 68 (26.95% from 255) = 15.78%
R=43.16%
G=41.07%
B=15.78%

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
Decimal1861776800.050.630.2755.4246.4649.8
HexBAB144053F1B372e32
Octal272261104057733675662
Binary10111010101100011000100010111111111011110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB144; }

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

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

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

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

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

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

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

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