#B7A745

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

Shades of Brass #B7A745

Tints of Brass #B7A745

Color information

#B7A745 (or 0xB7A745) is unknown color: approx Brass. HEX triplet: B7, A7 and 45. RGB value is (183,167,69). Sum of RGB (Red+Green+Blue) = 183+167+69=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A745 is #4858BA. Grayscale: #A1A1A1. Windows color (decimal): -4741307 or 4564919. OLE color: 4564919.

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

Color convert

RGB18316769-
CMYK00.090.620.28
HSL51.58º45.24%49.41%-
HSV(B)51.58º62.3%71.76%-
XYZ34.4238.1311.18-
YUV160.6176.3143.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 69 (27.34% from 255) = 16.47%
R=43.68%
G=39.86%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831676900.090.620.2851.5845.2449.41
HexB7A745093E1C342d31
Octal2672471050117634645561
Binary101101111010011110001010100111111011100110100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A745; }

 p { color: rgb(183,167,69); }

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

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

 a { background-color: rgb(183,167,69); }

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

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

 span { border-color: rgb(183,167,69); }

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