#BAA83D

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

Shades of Brass #BAA83D

Tints of Brass #BAA83D

Color information

#BAA83D (or 0xBAA83D) is unknown color: approx Brass. HEX triplet: BA, A8 and 3D. RGB value is (186,168,61). Sum of RGB (Red+Green+Blue) = 186+168+61=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA83D is #4557C2. Grayscale: #A1A1A1. Windows color (decimal): -4544451 or 4040890. OLE color: 4040890.

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

Color convert

RGB18616861-
CMYK00.100.670.27
HSL51.36º50.61%48.43%-
HSV(B)51.36º67.2%72.94%-
XYZ35.0938.7810.05-
YUV161.1871.46145.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 168 (66.02% from 255) = 40.48%
BLUE value IS 61 (24.22% from 255) = 14.70%
R=44.82%
G=40.48%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861686100.100.670.2751.3650.6148.43
HexBAA83D0A431B333330
Octal2722507501210333636360
Binary101110101010100011110101010100001111011110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA83D; }

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

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

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

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

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

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

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

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