#BAA94B

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

Shades of Brass #BAA94B

Tints of Brass #BAA94B

Color information

#BAA94B (or 0xBAA94B) is unknown color: approx Brass. HEX triplet: BA, A9 and 4B. RGB value is (186,169,75). Sum of RGB (Red+Green+Blue) = 186+169+75=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA94B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA94B is #4556B4. Grayscale: #A3A3A3. Windows color (decimal): -4544181 or 4958650. OLE color: 4958650.

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

Color convert

RGB18616975-
CMYK00.090.600.27
HSL50.81º44.58%51.18%-
HSV(B)50.81º59.68%72.94%-
XYZ35.7139.3212.36-
YUV163.3778.13144.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 75 (29.69% from 255) = 17.44%
R=43.26%
G=39.30%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861697500.090.600.2750.8144.5851.18
HexBAA94B093C1B332d33
Octal2722511130117433635563
Binary101110101010100110010110100111110011011110011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA94B; }

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

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

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

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

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

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

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

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