#B7AE4D

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

Shades of Brass #B7AE4D

Tints of Brass #B7AE4D

Color information

#B7AE4D (or 0xB7AE4D) is unknown color: approx Brass. HEX triplet: B7, AE and 4D. RGB value is (183,174,77). Sum of RGB (Red+Green+Blue) = 183+174+77=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE4D is #4851B2. Grayscale: #A6A6A6. Windows color (decimal): -4739507 or 5090999. OLE color: 5090999.

HSL color Cylindrical-coordinate representation of color #B7AE4D: hue angle of 54.91º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7AE4D is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18317477-
CMYK00.050.580.28
HSL54.91º42.4%50.98%-
HSV(B)54.91º57.92%71.76%-
XYZ3640.8813.01-
YUV165.6377.98140.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 77 (30.47% from 255) = 17.74%
R=42.17%
G=40.09%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831747700.050.580.2854.9142.450.98
HexB7AE4D053A1C372a33
Octal267256115057234675263
Binary10110111101011101001101010111101011100110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE4D; }

 p { color: rgb(183,174,77); }

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

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

 a { background-color: rgb(183,174,77); }

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

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

 span { border-color: rgb(183,174,77); }

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