#BAA743

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

Shades of Brass #BAA743

Tints of Brass #BAA743

Color information

#BAA743 (or 0xBAA743) is unknown color: approx Brass. HEX triplet: BA, A7 and 43. RGB value is (186,167,67). Sum of RGB (Red+Green+Blue) = 186+167+67=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA743 is #4558BC. Grayscale: #A1A1A1. Windows color (decimal): -4544701 or 4433850. OLE color: 4433850.

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

Color convert

RGB18616767-
CMYK00.100.640.27
HSL50.42º47.04%49.61%-
HSV(B)50.42º63.98%72.94%-
XYZ35.0838.4810.89-
YUV161.2874.79145.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 67 (26.56% from 255) = 15.95%
R=44.29%
G=39.76%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861676700.100.640.2750.4247.0449.61
HexBAA7430A401B322f32
Octal27224710301210033625762
Binary1011101010100111100001101010100000011011110010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA743; }

 p { color: rgb(186,167,67); }

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

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

 a { background-color: rgb(186,167,67); }

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

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

 span { border-color: rgb(186,167,67); }

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