#B8A649

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

Shades of Brass #B8A649

Tints of Brass #B8A649

Color information

#B8A649 (or 0xB8A649) is unknown color: approx Brass. HEX triplet: B8, A6 and 49. RGB value is (184,166,73). Sum of RGB (Red+Green+Blue) = 184+166+73=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A649 is #4759B6. Grayscale: #A1A1A1. Windows color (decimal): -4676023 or 4826808. OLE color: 4826808.

HSL color Cylindrical-coordinate representation of color #B8A649: hue angle of 50.27º degrees, saturation: 0.44, 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 #B8A649 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18416673-
CMYK00.100.600.28
HSL50.27º43.87%50.39%-
HSV(B)50.27º60.33%72.16%-
XYZ34.6137.9411.8-
YUV160.7878.46144.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 73 (28.91% from 255) = 17.26%
R=43.50%
G=39.24%
B=17.26%

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
Decimal1841667300.100.600.2850.2743.8750.39
HexB8A6490A3C1C322c32
Octal2702461110127434625462
Binary101110001010011010010010101011110011100110010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A649; }

 p { color: rgb(184,166,73); }

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

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

 a { background-color: rgb(184,166,73); }

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

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

 span { border-color: rgb(184,166,73); }

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