#B5A64C

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

Shades of Brass #B5A64C

Tints of Brass #B5A64C

Color information

#B5A64C (or 0xB5A64C) is unknown color: approx Brass. HEX triplet: B5, A6 and 4C. RGB value is (181,166,76). Sum of RGB (Red+Green+Blue) = 181+166+76=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A64C is #4A59B3. Grayscale: #A0A0A0. Windows color (decimal): -4872628 or 5023413. OLE color: 5023413.

HSL color Cylindrical-coordinate representation of color #B5A64C: hue angle of 51.43º 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 #B5A64C is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18116676-
CMYK00.080.580.29
HSL51.43º41.5%50.39%-
HSV(B)51.43º58.01%70.98%-
XYZ3437.6212.31-
YUV160.2280.47142.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 76 (30.08% from 255) = 17.97%
R=42.79%
G=39.24%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811667600.080.580.2951.4341.550.39
HexB5A64C083A1D332a32
Octal2652461140107235635262
Binary101101011010011010011000100011101011101110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A64C; }

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

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

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

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

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

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

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

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