#B5A84C

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

Shades of Brass #B5A84C

Tints of Brass #B5A84C

Color information

#B5A84C (or 0xB5A84C) is unknown color: approx Brass. HEX triplet: B5, A8 and 4C. RGB value is (181,168,76). Sum of RGB (Red+Green+Blue) = 181+168+76=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A84C is #4A57B3. Grayscale: #A1A1A1. Windows color (decimal): -4872116 or 5023925. OLE color: 5023925.

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

Color convert

RGB18116876-
CMYK00.070.580.29
HSL52.57º41.5%50.39%-
HSV(B)52.57º58.01%70.98%-
XYZ34.3638.3512.43-
YUV161.479.81141.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 76 (30.08% from 255) = 17.88%
R=42.59%
G=39.53%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811687600.070.580.2952.5741.550.39
HexB5A84C073A1D352a32
Octal265250114077235655262
Binary10110101101010001001100011111101011101110101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A84C; }

 p { color: rgb(181,168,76); }

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

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

 a { background-color: rgb(181,168,76); }

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

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

 span { border-color: rgb(181,168,76); }

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