#B4A949

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

Shades of Brass #B4A949

Tints of Brass #B4A949

Color information

#B4A949 (or 0xB4A949) is unknown color: approx Brass. HEX triplet: B4, A9 and 49. RGB value is (180,169,73). Sum of RGB (Red+Green+Blue) = 180+169+73=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A949 is #4B56B6. Grayscale: #A1A1A1. Windows color (decimal): -4937399 or 4827572. OLE color: 4827572.

HSL color Cylindrical-coordinate representation of color #B4A949: hue angle of 53.83º 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 #B4A949 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18016973-
CMYK00.060.590.29
HSL53.83º42.29%49.61%-
HSV(B)53.83º59.44%70.59%-
XYZ34.2138.5611.94-
YUV161.3478.14141.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 73 (28.91% from 255) = 17.30%
R=42.65%
G=40.05%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801697300.060.590.2953.8342.2949.61
HexB4A949063B1D362a32
Octal264251111067335665262
Binary10110100101010011001001011011101111101110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A949; }

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

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

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

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

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

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

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

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