#BAB63E

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

Shades of Brass #BAB63E

Tints of Brass #BAB63E

Color information

#BAB63E (or 0xBAB63E) is unknown color: approx Brass. HEX triplet: BA, B6 and 3E. RGB value is (186,182,62). Sum of RGB (Red+Green+Blue) = 186+182+62=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB63E is #4549C1. Grayscale: #AAAAAA. Windows color (decimal): -4540866 or 4110010. OLE color: 4110010.

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

Color convert

RGB18618262-
CMYK00.020.670.27
HSL58.06º50%48.63%-
HSV(B)58.06º66.67%72.94%-
XYZ37.8544.2411.1-
YUV169.5267.33139.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 62 (24.61% from 255) = 14.42%
R=43.26%
G=42.33%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861826200.020.670.2758.065048.63
HexBAB63E02431B3a3231
Octal272266760210333726261
Binary1011101010110110111110010100001111011111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB63E; }

 p { color: rgb(186,182,62); }

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

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

 a { background-color: rgb(186,182,62); }

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

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

 span { border-color: rgb(186,182,62); }

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