#BAA64B

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

Shades of Brass #BAA64B

Tints of Brass #BAA64B

Color information

#BAA64B (or 0xBAA64B) is unknown color: approx Brass. HEX triplet: BA, A6 and 4B. RGB value is (186,166,75). Sum of RGB (Red+Green+Blue) = 186+166+75=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA64B is #4559B4. Grayscale: #A1A1A1. Windows color (decimal): -4544949 or 4957882. OLE color: 4957882.

HSL color Cylindrical-coordinate representation of color #BAA64B: hue angle of 49.19º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAA64B is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18616675-
CMYK00.110.600.27
HSL49.19º44.58%51.18%-
HSV(B)49.19º59.68%72.94%-
XYZ35.1638.2212.18-
YUV161.6179.13145.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 75 (29.69% from 255) = 17.56%
R=43.56%
G=38.88%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861667500.110.600.2749.1944.5851.18
HexBAA64B0B3C1B312d33
Octal2722461130137433615563
Binary101110101010011010010110101111110011011110001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA64B; }

 p { color: rgb(186,166,75); }

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

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

 a { background-color: rgb(186,166,75); }

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

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

 span { border-color: rgb(186,166,75); }

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