#B5B049

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

Shades of Brass #B5B049

Tints of Brass #B5B049

Color information

#B5B049 (or 0xB5B049) is unknown color: approx Brass. HEX triplet: B5, B0 and 49. RGB value is (181,176,73). Sum of RGB (Red+Green+Blue) = 181+176+73=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B049 is #4A4FB6. Grayscale: #A6A6A6. Windows color (decimal): -4870071 or 4829365. OLE color: 4829365.

HSL color Cylindrical-coordinate representation of color #B5B049: hue angle of 57.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5B049 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18117673-
CMYK00.030.600.29
HSL57.22º42.52%49.8%-
HSV(B)57.22º59.67%70.98%-
XYZ35.7841.3612.4-
YUV165.7575.66138.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 73 (28.91% from 255) = 16.98%
R=42.09%
G=40.93%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811767300.030.600.2957.2242.5249.8
HexB5B049033C1D392b32
Octal265260111037435715362
Binary1011010110110000100100101111110011101111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B049; }

 p { color: rgb(181,176,73); }

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

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

 a { background-color: rgb(181,176,73); }

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

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

 span { border-color: rgb(181,176,73); }

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