#B7A337

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

Shades of Brass #B7A337

Tints of Brass #B7A337

Color information

#B7A337 (or 0xB7A337) is unknown color: approx Brass. HEX triplet: B7, A3 and 37. RGB value is (183,163,55). Sum of RGB (Red+Green+Blue) = 183+163+55=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A337 is #485CC8. Grayscale: #9D9D9D. Windows color (decimal): -4742345 or 3646391. OLE color: 3646391.

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

Color convert

RGB18316355-
CMYK00.110.700.28
HSL50.62º53.78%46.67%-
HSV(B)50.62º69.95%71.76%-
XYZ33.3236.548.91-
YUV156.6770.63146.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 163 (64.06% from 255) = 40.65%
BLUE value IS 55 (21.88% from 255) = 13.72%
R=45.64%
G=40.65%
B=13.72%

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
Decimal1831635500.110.700.2850.6253.7846.67
HexB7A3370B461C33362f
Octal2672436701310634636657
Binary101101111010001111011101011100011011100110011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A337; }

 p { color: rgb(183,163,55); }

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

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

 a { background-color: rgb(183,163,55); }

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

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

 span { border-color: rgb(183,163,55); }

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