#B4A948

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

Shades of Brass #B4A948

Tints of Brass #B4A948

Color information

#B4A948 (or 0xB4A948) is unknown color: approx Brass. HEX triplet: B4, A9 and 48. RGB value is (180,169,72). Sum of RGB (Red+Green+Blue) = 180+169+72=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A948 is #4B56B7. Grayscale: #A1A1A1. Windows color (decimal): -4937400 or 4762036. OLE color: 4762036.

HSL color Cylindrical-coordinate representation of color #B4A948: hue angle of 53.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4A948 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18016972-
CMYK00.060.600.29
HSL53.89º42.86%49.41%-
HSV(B)53.89º60%70.59%-
XYZ34.1838.5511.77-
YUV161.2377.64141.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 169 (66.41% from 255) = 40.14%
BLUE value IS 72 (28.52% from 255) = 17.10%
R=42.76%
G=40.14%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801697200.060.600.2953.8942.8649.41
HexB4A948063C1D362b31
Octal264251110067435665361
Binary10110100101010011001000011011110011101110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A948; }

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

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

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

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

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

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

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

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