#BAA648

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

Shades of Brass #BAA648

Tints of Brass #BAA648

Color information

#BAA648 (or 0xBAA648) is unknown color: approx Brass. HEX triplet: BA, A6 and 48. RGB value is (186,166,72). Sum of RGB (Red+Green+Blue) = 186+166+72=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA648 is #4559B7. Grayscale: #A1A1A1. Windows color (decimal): -4544952 or 4761274. OLE color: 4761274.

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

Color convert

RGB18616672-
CMYK00.110.610.27
HSL49.47º45.24%50.59%-
HSV(B)49.47º61.29%72.94%-
XYZ35.0638.1811.65-
YUV161.2677.63145.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 166 (65.23% from 255) = 39.15%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=43.87%
G=39.15%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861667200.110.610.2749.4745.2450.59
HexBAA6480B3D1B312d33
Octal2722461100137533615563
Binary101110101010011010010000101111110111011110001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA648; }

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

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

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

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

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

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

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

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