#B8A537

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

Shades of Brass #B8A537

Tints of Brass #B8A537

Color information

#B8A537 (or 0xB8A537) is unknown color: approx Brass. HEX triplet: B8, A5 and 37. RGB value is (184,165,55). Sum of RGB (Red+Green+Blue) = 184+165+55=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A537 is #475AC8. Grayscale: #9E9E9E. Windows color (decimal): -4676297 or 3646904. OLE color: 3646904.

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

Color convert

RGB18416555-
CMYK00.100.700.28
HSL51.16º53.97%46.86%-
HSV(B)51.16º70.11%72.16%-
XYZ33.9137.389.04-
YUV158.1469.79146.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 165 (64.84% from 255) = 40.84%
BLUE value IS 55 (21.88% from 255) = 13.61%
R=45.54%
G=40.84%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841655500.100.700.2851.1653.9746.86
HexB8A5370A461C33362f
Octal2702456701210634636657
Binary101110001010010111011101010100011011100110011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A537; }

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

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

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

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

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

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

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

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