#B2AB39

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

Shades of Brass #B2AB39

Tints of Brass #B2AB39

Color information

#B2AB39 (or 0xB2AB39) is unknown color: approx Brass. HEX triplet: B2, AB and 39. RGB value is (178,171,57). Sum of RGB (Red+Green+Blue) = 178+171+57=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB39 is #4D54C6. Grayscale: #A0A0A0. Windows color (decimal): -5067975 or 3779506. OLE color: 3779506.

HSL color Cylindrical-coordinate representation of color #B2AB39: hue angle of 56.53º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2AB39 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB17817157-
CMYK00.040.680.30
HSL56.53º51.49%46.08%-
HSV(B)56.53º67.98%69.8%-
XYZ33.6638.899.6-
YUV160.169.82140.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 57 (22.66% from 255) = 14.04%
R=43.84%
G=42.12%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781715700.040.680.3056.5351.4946.08
HexB2AB3904441E39332e
Octal262253710410436716356
Binary10110010101010111110010100100010011110111001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB39; }

 p { color: rgb(178,171,57); }

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

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

 a { background-color: rgb(178,171,57); }

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

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

 span { border-color: rgb(178,171,57); }

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