#B8AC45

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

Shades of Brass #B8AC45

Tints of Brass #B8AC45

Color information

#B8AC45 (or 0xB8AC45) is unknown color: approx Brass. HEX triplet: B8, AC and 45. RGB value is (184,172,69). Sum of RGB (Red+Green+Blue) = 184+172+69=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC45 is #4753BA. Grayscale: #A4A4A4. Windows color (decimal): -4674491 or 4566200. OLE color: 4566200.

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

Color convert

RGB18417269-
CMYK00.070.620.28
HSL53.74º45.45%49.61%-
HSV(B)53.74º62.5%72.16%-
XYZ35.5940.1311.5-
YUV163.8574.48142.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 69 (27.34% from 255) = 16.24%
R=43.29%
G=40.47%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841726900.070.620.2853.7445.4549.61
HexB8AC45073E1C362d32
Octal270254105077634665562
Binary10111000101011001000101011111111011100110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC45; }

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

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

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

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

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

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

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

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