#B9AB4C

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

Shades of Brass #B9AB4C

Tints of Brass #B9AB4C

Color information

#B9AB4C (or 0xB9AB4C) is unknown color: approx Brass. HEX triplet: B9, AB and 4C. RGB value is (185,171,76). Sum of RGB (Red+Green+Blue) = 185+171+76=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB4C is #4654B3. Grayscale: #A4A4A4. Windows color (decimal): -4609204 or 5024697. OLE color: 5024697.

HSL color Cylindrical-coordinate representation of color #B9AB4C: hue angle of 52.29º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9AB4C is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18517176-
CMYK00.080.590.27
HSL52.29º43.78%51.18%-
HSV(B)52.29º58.92%72.55%-
XYZ35.8839.9612.66-
YUV164.3678.14142.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 76 (30.08% from 255) = 17.59%
R=42.82%
G=39.58%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851717600.080.590.2752.2943.7851.18
HexB9AB4C083B1B342c33
Octal2712531140107333645463
Binary101110011010101110011000100011101111011110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB4C; }

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

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

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

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

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

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

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

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