#B5A94F

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

Shades of Brass #B5A94F

Tints of Brass #B5A94F

Color information

#B5A94F (or 0xB5A94F) is unknown color: approx Brass. HEX triplet: B5, A9 and 4F. RGB value is (181,169,79). Sum of RGB (Red+Green+Blue) = 181+169+79=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A94F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A94F is #4A56B0. Grayscale: #A2A2A2. Windows color (decimal): -4871857 or 5220789. OLE color: 5220789.

HSL color Cylindrical-coordinate representation of color #B5A94F: hue angle of 52.94º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5A94F is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18116979-
CMYK00.070.560.29
HSL52.94º40.8%50.98%-
HSV(B)52.94º56.35%70.98%-
XYZ34.6638.7613.05-
YUV162.3380.98141.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 79 (31.25% from 255) = 18.41%
R=42.19%
G=39.39%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811697900.070.560.2952.9440.850.98
HexB5A94F07381D352933
Octal265251117077035655163
Binary10110101101010011001111011111100011101110101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A94F; }

 p { color: rgb(181,169,79); }

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

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

 a { background-color: rgb(181,169,79); }

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

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

 span { border-color: rgb(181,169,79); }

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