#BAB33E

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

Shades of Brass #BAB33E

Tints of Brass #BAB33E

Color information

#BAB33E (or 0xBAB33E) is unknown color: approx Brass. HEX triplet: BA, B3 and 3E. RGB value is (186,179,62). Sum of RGB (Red+Green+Blue) = 186+179+62=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB33E is #454CC1. Grayscale: #A8A8A8. Windows color (decimal): -4541634 or 4109242. OLE color: 4109242.

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

Color convert

RGB18617962-
CMYK00.040.670.27
HSL56.61º50%48.63%-
HSV(B)56.61º66.67%72.94%-
XYZ37.2443.0310.9-
YUV167.7668.32141.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 179 (70.31% from 255) = 41.92%
BLUE value IS 62 (24.61% from 255) = 14.52%
R=43.56%
G=41.92%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861796200.040.670.2756.615048.63
HexBAB33E04431B393231
Octal272263760410333716261
Binary10111010101100111111100100100001111011111001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB33E; }

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

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

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

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

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

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

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

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