#B4AB49

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

Shades of Brass #B4AB49

Tints of Brass #B4AB49

Color information

#B4AB49 (or 0xB4AB49) is unknown color: approx Brass. HEX triplet: B4, AB and 49. RGB value is (180,171,73). Sum of RGB (Red+Green+Blue) = 180+171+73=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AB49 is #4B54B6. Grayscale: #A2A2A2. Windows color (decimal): -4936887 or 4828084. OLE color: 4828084.

HSL color Cylindrical-coordinate representation of color #B4AB49: hue angle of 54.95º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4AB49 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18017173-
CMYK00.050.590.29
HSL54.95º42.29%49.61%-
HSV(B)54.95º59.44%70.59%-
XYZ34.5939.3112.07-
YUV162.5277.48140.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 73 (28.91% from 255) = 17.22%
R=42.45%
G=40.33%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801717300.050.590.2954.9542.2949.61
HexB4AB49053B1D372a32
Octal264253111057335675262
Binary10110100101010111001001010111101111101110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB49; }

 p { color: rgb(180,171,73); }

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

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

 a { background-color: rgb(180,171,73); }

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

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

 span { border-color: rgb(180,171,73); }

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