#BAB735

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

Shades of Brass #BAB735

Tints of Brass #BAB735

Color information

#BAB735 (or 0xBAB735) is unknown color: approx Brass. HEX triplet: BA, B7 and 35. RGB value is (186,183,53). Sum of RGB (Red+Green+Blue) = 186+183+53=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB735 is #4548CA. Grayscale: #A9A9A9. Windows color (decimal): -4540619 or 3520442. OLE color: 3520442.

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

Color convert

RGB18618353-
CMYK00.020.720.27
HSL58.65º55.65%46.86%-
HSV(B)58.65º71.51%72.94%-
XYZ37.8344.569.98-
YUV169.0862.49140.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 53 (21.09% from 255) = 12.56%
R=44.08%
G=43.36%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861835300.020.720.2758.6555.6546.86
HexBAB73502481B3b382f
Octal272267650211033737057
Binary1011101010110111110101010100100011011111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB735; }

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

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

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

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

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

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

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

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