#B7A248

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

Shades of Brass #B7A248

Tints of Brass #B7A248

Color information

#B7A248 (or 0xB7A248) is unknown color: approx Brass. HEX triplet: B7, A2 and 48. RGB value is (183,162,72). Sum of RGB (Red+Green+Blue) = 183+162+72=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A248 is #485DB7. Grayscale: #9E9E9E. Windows color (decimal): -4742584 or 4760247. OLE color: 4760247.

HSL color Cylindrical-coordinate representation of color #B7A248: hue angle of 48.65º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7A248 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18316272-
CMYK00.110.610.28
HSL48.65º43.53%50%-
HSV(B)48.65º60.66%71.76%-
XYZ33.6236.3811.38-
YUV158.0279.46145.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=43.88%
G=38.85%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831627200.110.610.2848.6543.5350
HexB7A2480B3D1C312c32
Octal2672421100137534615462
Binary101101111010001010010000101111110111100110001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A248; }

 p { color: rgb(183,162,72); }

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

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

 a { background-color: rgb(183,162,72); }

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

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

 span { border-color: rgb(183,162,72); }

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