#BAB836

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

Shades of Brass #BAB836

Tints of Brass #BAB836

Color information

#BAB836 (or 0xBAB836) is unknown color: approx Brass. HEX triplet: BA, B8 and 36. RGB value is (186,184,54). Sum of RGB (Red+Green+Blue) = 186+184+54=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB836 is #4547C9. Grayscale: #AAAAAA. Windows color (decimal): -4540362 or 3586234. OLE color: 3586234.

HSL color Cylindrical-coordinate representation of color #BAB836: hue angle of 59.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAB836 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18618454-
CMYK00.010.710.27
HSL59.09º55%47.06%-
HSV(B)59.09º70.97%72.94%-
XYZ38.0644.9910.17-
YUV169.7862.66139.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 184 (72.27% from 255) = 43.40%
BLUE value IS 54 (21.48% from 255) = 12.74%
R=43.87%
G=43.40%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861845400.010.710.2759.095547.06
HexBAB83601471B3b372f
Octal272270660110733736757
Binary101110101011100011011001100011111011111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB836; }

 p { color: rgb(186,184,54); }

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

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

 a { background-color: rgb(186,184,54); }

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

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

 span { border-color: rgb(186,184,54); }

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