#BAA84B

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

Shades of Brass #BAA84B

Tints of Brass #BAA84B

Color information

#BAA84B (or 0xBAA84B) is unknown color: approx Brass. HEX triplet: BA, A8 and 4B. RGB value is (186,168,75). Sum of RGB (Red+Green+Blue) = 186+168+75=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA84B is #4557B4. Grayscale: #A3A3A3. Windows color (decimal): -4544437 or 4958394. OLE color: 4958394.

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

Color convert

RGB18616875-
CMYK00.100.600.27
HSL50.27º44.58%51.18%-
HSV(B)50.27º59.68%72.94%-
XYZ35.5238.9512.3-
YUV162.7878.46144.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 168 (66.02% from 255) = 39.16%
BLUE value IS 75 (29.69% from 255) = 17.48%
R=43.36%
G=39.16%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861687500.100.600.2750.2744.5851.18
HexBAA84B0A3C1B322d33
Octal2722501130127433625563
Binary101110101010100010010110101011110011011110010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA84B; }

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

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

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

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

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

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

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

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