#B2AB4C

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

Shades of Brass #B2AB4C

Tints of Brass #B2AB4C

Color information

#B2AB4C (or 0xB2AB4C) is unknown color: approx Brass. HEX triplet: B2, AB and 4C. RGB value is (178,171,76). Sum of RGB (Red+Green+Blue) = 178+171+76=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB4C is #4D54B3. Grayscale: #A2A2A2. Windows color (decimal): -5067956 or 5024690. OLE color: 5024690.

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

Color convert

RGB17817176-
CMYK00.040.570.30
HSL55.88º40.16%49.8%-
HSV(B)55.88º57.3%69.8%-
XYZ34.2339.1112.58-
YUV162.2679.32139.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 76 (30.08% from 255) = 17.88%
R=41.88%
G=40.24%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781717600.040.570.3055.8840.1649.8
HexB2AB4C04391E382832
Octal262253114047136705062
Binary10110010101010111001100010011100111110111000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB4C; }

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

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

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

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

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

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

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

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