#B7A44A

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

Shades of Brass #B7A44A

Tints of Brass #B7A44A

Color information

#B7A44A (or 0xB7A44A) is unknown color: approx Brass. HEX triplet: B7, A4 and 4A. RGB value is (183,164,74). Sum of RGB (Red+Green+Blue) = 183+164+74=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A44A is #485BB5. Grayscale: #9F9F9F. Windows color (decimal): -4742070 or 4891831. OLE color: 4891831.

HSL color Cylindrical-coordinate representation of color #B7A44A: hue angle of 49.54º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7A44A is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18316474-
CMYK00.100.600.28
HSL49.54º43.08%50.39%-
HSV(B)49.54º59.56%71.76%-
XYZ34.0437.1111.85-
YUV159.4279.79144.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 74 (29.30% from 255) = 17.58%
R=43.47%
G=38.95%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831647400.100.600.2849.5443.0850.39
HexB7A44A0A3C1C322b32
Octal2672441120127434625362
Binary101101111010010010010100101011110011100110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A44A; }

 p { color: rgb(183,164,74); }

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

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

 a { background-color: rgb(183,164,74); }

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

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

 span { border-color: rgb(183,164,74); }

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