#BAB543

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

Shades of Brass #BAB543

Tints of Brass #BAB543

Color information

#BAB543 (or 0xBAB543) is unknown color: approx Brass. HEX triplet: BA, B5 and 43. RGB value is (186,181,67). Sum of RGB (Red+Green+Blue) = 186+181+67=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB543 is #454ABC. Grayscale: #A9A9A9. Windows color (decimal): -4541117 or 4437434. OLE color: 4437434.

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

Color convert

RGB18618167-
CMYK00.030.640.27
HSL57.48º47.04%49.61%-
HSV(B)57.48º63.98%72.94%-
XYZ37.7943.8911.79-
YUV169.570.16139.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 181 (71.09% from 255) = 41.71%
BLUE value IS 67 (26.56% from 255) = 15.44%
R=42.86%
G=41.71%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861816700.030.640.2757.4847.0449.61
HexBAB54303401B392f32
Octal2722651030310033715762
Binary10111010101101011000011011100000011011111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB543; }

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

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

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

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

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

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

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

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