#BAA838

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

Shades of Brass #BAA838

Tints of Brass #BAA838

Color information

#BAA838 (or 0xBAA838) is unknown color: approx Brass. HEX triplet: BA, A8 and 38. RGB value is (186,168,56). Sum of RGB (Red+Green+Blue) = 186+168+56=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA838 is #4557C7. Grayscale: #A1A1A1. Windows color (decimal): -4544456 or 3713210. OLE color: 3713210.

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

Color convert

RGB18616856-
CMYK00.100.700.27
HSL51.69º53.72%47.45%-
HSV(B)51.69º69.89%72.94%-
XYZ34.9738.739.37-
YUV160.6168.96146.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 168 (66.02% from 255) = 40.98%
BLUE value IS 56 (22.27% from 255) = 13.66%
R=45.37%
G=40.98%
B=13.66%

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
Decimal1861685600.100.700.2751.6953.7247.45
HexBAA8380A461B34362f
Octal2722507001210633646657
Binary101110101010100011100001010100011011011110100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA838; }

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

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

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

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

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

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

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

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