#B8A437

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

Shades of Brass #B8A437

Tints of Brass #B8A437

Color information

#B8A437 (or 0xB8A437) is unknown color: approx Brass. HEX triplet: B8, A4 and 37. RGB value is (184,164,55). Sum of RGB (Red+Green+Blue) = 184+164+55=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A437 is #475BC8. Grayscale: #9E9E9E. Windows color (decimal): -4676553 or 3646648. OLE color: 3646648.

HSL color Cylindrical-coordinate representation of color #B8A437: hue angle of 50.7º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8A437 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18416455-
CMYK00.110.700.28
HSL50.7º53.97%46.86%-
HSV(B)50.7º70.11%72.16%-
XYZ33.7337.028.98-
YUV157.5570.13146.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 55 (21.88% from 255) = 13.65%
R=45.66%
G=40.69%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841645500.110.700.2850.753.9746.86
HexB8A4370B461C33362f
Octal2702446701310634636657
Binary101110001010010011011101011100011011100110011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A437; }

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

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

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

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

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

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

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

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