#B8A637

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

Shades of Brass #B8A637

Tints of Brass #B8A637

Color information

#B8A637 (or 0xB8A637) is unknown color: approx Brass. HEX triplet: B8, A6 and 37. RGB value is (184,166,55). Sum of RGB (Red+Green+Blue) = 184+166+55=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A637 is #4759C8. Grayscale: #9F9F9F. Windows color (decimal): -4676041 or 3647160. OLE color: 3647160.

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

Color convert

RGB18416655-
CMYK00.100.700.28
HSL51.63º53.97%46.86%-
HSV(B)51.63º70.11%72.16%-
XYZ34.0937.749.1-
YUV158.7369.46146.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.43%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 55 (21.88% from 255) = 13.58%
R=45.43%
G=40.99%
B=13.58%

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
Decimal1841665500.100.700.2851.6353.9746.86
HexB8A6370A461C34362f
Octal2702466701210634646657
Binary101110001010011011011101010100011011100110100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A637; }

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

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

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

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

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

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

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

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