#BAB342

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

Shades of Brass #BAB342

Tints of Brass #BAB342

Color information

#BAB342 (or 0xBAB342) is unknown color: approx Brass. HEX triplet: BA, B3 and 42. RGB value is (186,179,66). Sum of RGB (Red+Green+Blue) = 186+179+66=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB342 is #454CBD. Grayscale: #A8A8A8. Windows color (decimal): -4541630 or 4371386. OLE color: 4371386.

HSL color Cylindrical-coordinate representation of color #BAB342: hue angle of 56.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 #BAB342 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18617966-
CMYK00.040.650.27
HSL56.5º47.62%49.41%-
HSV(B)56.5º64.52%72.94%-
XYZ37.3543.0711.5-
YUV168.2170.32140.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 179 (70.31% from 255) = 41.53%
BLUE value IS 66 (26.17% from 255) = 15.31%
R=43.16%
G=41.53%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861796600.040.650.2756.547.6249.41
HexBAB34204411B383031
Octal2722631020410133706061
Binary101110101011001110000100100100000111011111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB342; }

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

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

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

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

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

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

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

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