#B7AF47

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

Shades of Brass #B7AF47

Tints of Brass #B7AF47

Color information

#B7AF47 (or 0xB7AF47) is unknown color: approx Brass. HEX triplet: B7, AF and 47. RGB value is (183,175,71). Sum of RGB (Red+Green+Blue) = 183+175+71=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF47 is #4850B8. Grayscale: #A5A5A5. Windows color (decimal): -4739257 or 4698039. OLE color: 4698039.

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

Color convert

RGB18317571-
CMYK00.040.610.28
HSL55.71º44.09%49.8%-
HSV(B)55.71º61.2%71.76%-
XYZ3641.1812.01-
YUV165.5474.65140.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 71 (28.12% from 255) = 16.55%
R=42.66%
G=40.79%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831757100.040.610.2855.7144.0949.8
HexB7AF47043D1C382c32
Octal267257107047534705462
Binary10110111101011111000111010011110111100111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF47; }

 p { color: rgb(183,175,71); }

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

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

 a { background-color: rgb(183,175,71); }

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

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

 span { border-color: rgb(183,175,71); }

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