#B7A948

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

Shades of Brass #B7A948

Tints of Brass #B7A948

Color information

#B7A948 (or 0xB7A948) is unknown color: approx Brass. HEX triplet: B7, A9 and 48. RGB value is (183,169,72). Sum of RGB (Red+Green+Blue) = 183+169+72=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A948 is #4856B7. Grayscale: #A2A2A2. Windows color (decimal): -4740792 or 4762039. OLE color: 4762039.

HSL color Cylindrical-coordinate representation of color #B7A948: hue angle of 52.43º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7A948 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18316972-
CMYK00.080.610.28
HSL52.43º43.53%50%-
HSV(B)52.43º60.66%71.76%-
XYZ34.8938.9111.8-
YUV162.1377.14142.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=43.16%
G=39.86%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831697200.080.610.2852.4343.5350
HexB7A948083D1C342c32
Octal2672511100107534645462
Binary101101111010100110010000100011110111100110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A948; }

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

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

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

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

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

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

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

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