#BAA74B

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

Shades of Brass #BAA74B

Tints of Brass #BAA74B

Color information

#BAA74B (or 0xBAA74B) is unknown color: approx Brass. HEX triplet: BA, A7 and 4B. RGB value is (186,167,75). Sum of RGB (Red+Green+Blue) = 186+167+75=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA74B is #4558B4. Grayscale: #A2A2A2. Windows color (decimal): -4544693 or 4958138. OLE color: 4958138.

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

Color convert

RGB18616775-
CMYK00.100.600.27
HSL49.73º44.58%51.18%-
HSV(B)49.73º59.68%72.94%-
XYZ35.3438.5812.24-
YUV162.1978.79144.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 75 (29.69% from 255) = 17.52%
R=43.46%
G=39.02%
B=17.52%

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
Decimal1861677500.100.600.2749.7344.5851.18
HexBAA74B0A3C1B322d33
Octal2722471130127433625563
Binary101110101010011110010110101011110011011110010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA74B; }

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

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

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

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

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

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

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

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