#BAB53A

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

Shades of Brass #BAB53A

Tints of Brass #BAB53A

Color information

#BAB53A (or 0xBAB53A) is unknown color: approx Brass. HEX triplet: BA, B5 and 3A. RGB value is (186,181,58). Sum of RGB (Red+Green+Blue) = 186+181+58=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB53A is #454AC5. Grayscale: #A8A8A8. Windows color (decimal): -4541126 or 3847610. OLE color: 3847610.

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

Color convert

RGB18618158-
CMYK00.030.690.27
HSL57.66º52.46%47.84%-
HSV(B)57.66º68.82%72.94%-
XYZ37.5443.7910.48-
YUV168.4765.66140.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 58 (23.05% from 255) = 13.65%
R=43.76%
G=42.59%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861815800.030.690.2757.6652.4647.84
HexBAB53A03451B3a3430
Octal272265720310533726460
Binary1011101010110101111010011100010111011111010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB53A; }

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

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

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

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

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

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

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

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