#BAA742

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

Shades of Brass #BAA742

Tints of Brass #BAA742

Color information

#BAA742 (or 0xBAA742) is unknown color: approx Brass. HEX triplet: BA, A7 and 42. RGB value is (186,167,66). Sum of RGB (Red+Green+Blue) = 186+167+66=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA742 is #4558BD. Grayscale: #A1A1A1. Windows color (decimal): -4544702 or 4368314. OLE color: 4368314.

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

Color convert

RGB18616766-
CMYK00.100.650.27
HSL50.5º47.62%49.41%-
HSV(B)50.5º64.52%72.94%-
XYZ35.0538.4710.73-
YUV161.1774.29145.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 66 (26.17% from 255) = 15.75%
R=44.39%
G=39.86%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861676600.100.650.2750.547.6249.41
HexBAA7420A411B323031
Octal27224710201210133626061
Binary1011101010100111100001001010100000111011110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA742; }

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

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

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

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

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

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

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

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