#B7AF45

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

Shades of Brass #B7AF45

Tints of Brass #B7AF45

Color information

#B7AF45 (or 0xB7AF45) is unknown color: approx Brass. HEX triplet: B7, AF and 45. RGB value is (183,175,69). Sum of RGB (Red+Green+Blue) = 183+175+69=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF45 is #4850BA. Grayscale: #A5A5A5. Windows color (decimal): -4739259 or 4566967. OLE color: 4566967.

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

Color convert

RGB18317569-
CMYK00.040.620.28
HSL55.79º45.24%49.41%-
HSV(B)55.79º62.3%71.76%-
XYZ35.9341.1611.68-
YUV165.3173.65140.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 69 (27.34% from 255) = 16.16%
R=42.86%
G=40.98%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831756900.040.620.2855.7945.2449.41
HexB7AF45043E1C382d31
Octal267257105047634705561
Binary10110111101011111000101010011111011100111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF45; }

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

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

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

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

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

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

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

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