#BAA848

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

Shades of Brass #BAA848

Tints of Brass #BAA848

Color information

#BAA848 (or 0xBAA848) is unknown color: approx Brass. HEX triplet: BA, A8 and 48. RGB value is (186,168,72). Sum of RGB (Red+Green+Blue) = 186+168+72=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA848 is #4557B7. Grayscale: #A2A2A2. Windows color (decimal): -4544440 or 4761786. OLE color: 4761786.

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

Color convert

RGB18616872-
CMYK00.100.610.27
HSL50.53º45.24%50.59%-
HSV(B)50.53º61.29%72.94%-
XYZ35.4238.9111.77-
YUV162.4476.96144.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 72 (28.52% from 255) = 16.90%
R=43.66%
G=39.44%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861687200.100.610.2750.5345.2450.59
HexBAA8480A3D1B332d33
Octal2722501100127533635563
Binary101110101010100010010000101011110111011110011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA848; }

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

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

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

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

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

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

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

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