#BAB045

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

Shades of Brass #BAB045

Tints of Brass #BAB045

Color information

#BAB045 (or 0xBAB045) is unknown color: approx Brass. HEX triplet: BA, B0 and 45. RGB value is (186,176,69). Sum of RGB (Red+Green+Blue) = 186+176+69=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB045 is #454FBA. Grayscale: #A7A7A7. Windows color (decimal): -4542395 or 4567226. OLE color: 4567226.

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

Color convert

RGB18617669-
CMYK00.050.630.27
HSL54.87º45.88%50%-
HSV(B)54.87º62.9%72.94%-
XYZ36.8541.9211.78-
YUV166.7972.81141.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 69 (27.34% from 255) = 16.01%
R=43.16%
G=40.84%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861766900.050.630.2754.8745.8850
HexBAB045053F1B372e32
Octal272260105057733675662
Binary10111010101100001000101010111111111011110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB045; }

 p { color: rgb(186,176,69); }

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

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

 a { background-color: rgb(186,176,69); }

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

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

 span { border-color: rgb(186,176,69); }

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