#B8A845

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

Shades of Brass #B8A845

Tints of Brass #B8A845

Color information

#B8A845 (or 0xB8A845) is unknown color: approx Brass. HEX triplet: B8, A8 and 45. RGB value is (184,168,69). Sum of RGB (Red+Green+Blue) = 184+168+69=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A845 is #4757BA. Grayscale: #A1A1A1. Windows color (decimal): -4675515 or 4565176. OLE color: 4565176.

HSL color Cylindrical-coordinate representation of color #B8A845: hue angle of 51.65º 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 #B8A845 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18416869-
CMYK00.090.620.28
HSL51.65º45.45%49.61%-
HSV(B)51.65º62.5%72.16%-
XYZ34.8438.6311.25-
YUV161.575.8144.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 69 (27.34% from 255) = 16.39%
R=43.71%
G=39.90%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841686900.090.620.2851.6545.4549.61
HexB8A845093E1C342d32
Octal2702501050117634645562
Binary101110001010100010001010100111111011100110100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A845; }

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

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

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

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

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

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

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

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