#BAB544

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

Shades of Brass #BAB544

Tints of Brass #BAB544

Color information

#BAB544 (or 0xBAB544) is unknown color: approx Brass. HEX triplet: BA, B5 and 44. RGB value is (186,181,68). Sum of RGB (Red+Green+Blue) = 186+181+68=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB544 is #454ABB. Grayscale: #AAAAAA. Windows color (decimal): -4541116 or 4502970. OLE color: 4502970.

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

Color convert

RGB18618168-
CMYK00.030.630.27
HSL57.46º46.46%49.8%-
HSV(B)57.46º63.44%72.94%-
XYZ37.8243.911.95-
YUV169.6170.66139.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 181 (71.09% from 255) = 41.61%
BLUE value IS 68 (26.95% from 255) = 15.63%
R=42.76%
G=41.61%
B=15.63%

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
Decimal1861816800.030.630.2757.4646.4649.8
HexBAB544033F1B392e32
Octal272265104037733715662
Binary1011101010110101100010001111111111011111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB544; }

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

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

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

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

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

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

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

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