#BAB134

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

Shades of Brass #BAB134

Tints of Brass #BAB134

Color information

#BAB134 (or 0xBAB134) is unknown color: approx Brass. HEX triplet: BA, B1 and 34. RGB value is (186,177,52). Sum of RGB (Red+Green+Blue) = 186+177+52=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB134 is #454ECB. Grayscale: #A5A5A5. Windows color (decimal): -4542156 or 3453370. OLE color: 3453370.

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

Color convert

RGB18617752-
CMYK00.050.720.27
HSL55.97º56.3%46.67%-
HSV(B)55.97º72.04%72.94%-
XYZ36.5942.139.45-
YUV165.4463.98142.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 177 (69.53% from 255) = 42.65%
BLUE value IS 52 (20.70% from 255) = 12.53%
R=44.82%
G=42.65%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861775200.050.720.2755.9756.346.67
HexBAB13405481B38382f
Octal272261640511033707057
Binary10111010101100011101000101100100011011111000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB134; }

 p { color: rgb(186,177,52); }

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

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

 a { background-color: rgb(186,177,52); }

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

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

 span { border-color: rgb(186,177,52); }

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