#b7a444

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

Shades of Brass #B7A444

Tints of Brass #B7A444

Color information

#B7A444 (or 0xB7A444) is unknown color: approx Brass. HEX triplet: B7, A4 and 44. RGB value is (183,164,68). Sum of RGB (Red+Green+Blue) = 183+164+68=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A444 is #485BBB. Grayscale: #9F9F9F. Windows color (decimal): -4742076 or 4498615. OLE color: 4498615.

HSL color Cylindrical-coordinate representation of color #B7A444: hue angle of 50.09º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7A444 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB18316468-
CMYK00.100.630.28
HSL50.09º45.82%49.22%-
HSV(B)50.09º62.84%71.76%-
XYZ33.8537.0410.83-
YUV158.7476.79145.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 68 (26.95% from 255) = 16.39%
R=44.10%
G=39.52%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831646800.100.630.2850.0945.8249.22
HexB7A4440A3F1C322e31
Octal2672441040127734625661
Binary101101111010010010001000101011111111100110010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7a444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7a444; }

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

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

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

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

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

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

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

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