#BAA837

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

Shades of Brass #BAA837

Tints of Brass #BAA837

Color information

#BAA837 (or 0xBAA837) is unknown color: approx Brass. HEX triplet: BA, A8 and 37. RGB value is (186,168,55). Sum of RGB (Red+Green+Blue) = 186+168+55=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 55 (21.88% from 255 or 13.45% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA837 is #4557C8. Grayscale: #A0A0A0. Windows color (decimal): -4544457 or 3647674. OLE color: 3647674.

HSL color Cylindrical-coordinate representation of color #BAA837: hue angle of 51.76º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAA837 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18616855-
CMYK00.100.700.27
HSL51.76º54.36%47.25%-
HSV(B)51.76º70.43%72.94%-
XYZ34.9438.729.25-
YUV160.568.46146.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 168 (66.02% from 255) = 41.08%
BLUE value IS 55 (21.88% from 255) = 13.45%
R=45.48%
G=41.08%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861685500.100.700.2751.7654.3647.25
HexBAA8370A461B34362f
Octal2722506701210633646657
Binary101110101010100011011101010100011011011110100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA837; }

 p { color: rgb(186,168,55); }

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

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

 a { background-color: rgb(186,168,55); }

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

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

 span { border-color: rgb(186,168,55); }

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