#BAB335

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

Shades of Brass #BAB335

Tints of Brass #BAB335

Color information

#BAB335 (or 0xBAB335) is unknown color: approx Brass. HEX triplet: BA, B3 and 35. RGB value is (186,179,53). Sum of RGB (Red+Green+Blue) = 186+179+53=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB335 is #454CCA. Grayscale: #A7A7A7. Windows color (decimal): -4541643 or 3519418. OLE color: 3519418.

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

Color convert

RGB18617953-
CMYK00.040.720.27
HSL56.84º55.65%46.86%-
HSV(B)56.84º71.51%72.94%-
XYZ37.0142.949.7-
YUV166.7363.82141.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 179 (70.31% from 255) = 42.82%
BLUE value IS 53 (21.09% from 255) = 12.68%
R=44.50%
G=42.82%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861795300.040.720.2756.8455.6546.86
HexBAB33504481B39382f
Octal272263650411033717057
Binary10111010101100111101010100100100011011111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB335; }

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

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

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

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

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

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

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

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