#BAB33C

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

Shades of Brass #BAB33C

Tints of Brass #BAB33C

Color information

#BAB33C (or 0xBAB33C) is unknown color: approx Brass. HEX triplet: BA, B3 and 3C. RGB value is (186,179,60). Sum of RGB (Red+Green+Blue) = 186+179+60=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB33C is #454CC3. Grayscale: #A8A8A8. Windows color (decimal): -4541636 or 3978170. OLE color: 3978170.

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

Color convert

RGB18617960-
CMYK00.040.680.27
HSL56.67º51.22%48.24%-
HSV(B)56.67º67.74%72.94%-
XYZ37.1943.0110.62-
YUV167.5367.32141.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 60 (23.83% from 255) = 14.12%
R=43.76%
G=42.12%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861796000.040.680.2756.6751.2248.24
HexBAB33C04441B393330
Octal272263740410433716360
Binary10111010101100111111000100100010011011111001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB33C; }

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

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

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

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

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

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

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

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