#B7A449

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

Shades of Brass #B7A449

Tints of Brass #B7A449

Color information

#B7A449 (or 0xB7A449) is unknown color: approx Brass. HEX triplet: B7, A4 and 49. RGB value is (183,164,73). Sum of RGB (Red+Green+Blue) = 183+164+73=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A449 is #485BB6. Grayscale: #9F9F9F. Windows color (decimal): -4742071 or 4826295. OLE color: 4826295.

HSL color Cylindrical-coordinate representation of color #B7A449: hue angle of 49.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7A449 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18316473-
CMYK00.100.600.28
HSL49.64º43.31%50.2%-
HSV(B)49.64º60.11%71.76%-
XYZ34.0137.111.67-
YUV159.3179.29144.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 73 (28.91% from 255) = 17.38%
R=43.57%
G=39.05%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831647300.100.600.2849.6443.3150.2
HexB7A4490A3C1C322b32
Octal2672441110127434625362
Binary101101111010010010010010101011110011100110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A449; }

 p { color: rgb(183,164,73); }

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

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

 a { background-color: rgb(183,164,73); }

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

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

 span { border-color: rgb(183,164,73); }

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