#B8A445

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

Shades of Brass #B8A445

Tints of Brass #B8A445

Color information

#B8A445 (or 0xB8A445) is unknown color: approx Brass. HEX triplet: B8, A4 and 45. RGB value is (184,164,69). Sum of RGB (Red+Green+Blue) = 184+164+69=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A445 is #475BBA. Grayscale: #9F9F9F. Windows color (decimal): -4676539 or 4564152. OLE color: 4564152.

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

Color convert

RGB18416469-
CMYK00.110.620.28
HSL49.57º45.45%49.61%-
HSV(B)49.57º62.5%72.16%-
XYZ34.1237.1711.01-
YUV159.1577.13145.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 69 (27.34% from 255) = 16.55%
R=44.12%
G=39.33%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841646900.110.620.2849.5745.4549.61
HexB8A4450B3E1C322d32
Octal2702441050137634625562
Binary101110001010010010001010101111111011100110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A445; }

 p { color: rgb(184,164,69); }

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

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

 a { background-color: rgb(184,164,69); }

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

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

 span { border-color: rgb(184,164,69); }

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