#B8A043

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

Shades of Brass #B8A043

Tints of Brass #B8A043

Color information

#B8A043 (or 0xB8A043) is unknown color: approx Brass. HEX triplet: B8, A0 and 43. RGB value is (184,160,67). Sum of RGB (Red+Green+Blue) = 184+160+67=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A043 is #475FBC. Grayscale: #9C9C9C. Windows color (decimal): -4677565 or 4432056. OLE color: 4432056.

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

Color convert

RGB18416067-
CMYK00.130.640.28
HSL47.69º46.61%49.22%-
HSV(B)47.69º63.59%72.16%-
XYZ33.3535.7410.45-
YUV156.5777.45147.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 67 (26.56% from 255) = 16.30%
R=44.77%
G=38.93%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841606700.130.640.2847.6946.6149.22
HexB8A0430D401C302f31
Octal27024010301510034605761
Binary1011100010100000100001101101100000011100110000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A043; }

 p { color: rgb(184,160,67); }

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

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

 a { background-color: rgb(184,160,67); }

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

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

 span { border-color: rgb(184,160,67); }

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