#BAB24C

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

Shades of Brass #BAB24C

Tints of Brass #BAB24C

Color information

#BAB24C (or 0xBAB24C) is unknown color: approx Brass. HEX triplet: BA, B2 and 4C. RGB value is (186,178,76). Sum of RGB (Red+Green+Blue) = 186+178+76=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB24C is #454DB3. Grayscale: #A9A9A9. Windows color (decimal): -4541876 or 5026490. OLE color: 5026490.

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

Color convert

RGB18617876-
CMYK00.040.590.27
HSL55.64º44.35%51.37%-
HSV(B)55.64º59.14%72.94%-
XYZ37.4742.813.12-
YUV168.7675.65140.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 76 (30.08% from 255) = 17.27%
R=42.27%
G=40.45%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861787600.040.590.2755.6444.3551.37
HexBAB24C043B1B382c33
Octal272262114047333705463
Binary10111010101100101001100010011101111011111000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB24C; }

 p { color: rgb(186,178,76); }

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

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

 a { background-color: rgb(186,178,76); }

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

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

 span { border-color: rgb(186,178,76); }

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