#b7a53f

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

Shades of Brass #B7A53F

Tints of Brass #B7A53F

Color information

#B7A53F (or 0xB7A53F) is unknown color: approx Brass. HEX triplet: B7, A5 and 3F. RGB value is (183,165,63). Sum of RGB (Red+Green+Blue) = 183+165+63=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A53F is #485AC0. Grayscale: #9F9F9F. Windows color (decimal): -4741825 or 4171191. OLE color: 4171191.

HSL color Cylindrical-coordinate representation of color #B7A53F: hue angle of 51º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7A53F is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB18316563-
CMYK00.100.660.28
HSL51º48.78%48.24%-
HSV(B)51º65.57%71.76%-
XYZ33.8837.3410.12-
YUV158.7573.96145.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 63 (25% from 255) = 15.33%
R=44.53%
G=40.15%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831656300.100.660.285148.7848.24
HexB7A53F0A421C333130
Octal2672457701210234636160
Binary101101111010010111111101010100001011100110011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7a53f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7a53f; }

 p { color: rgb(183,165,63); }

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

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

 a { background-color: rgb(183,165,63); }

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

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

 span { border-color: rgb(183,165,63); }

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