#B5AD48

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

Shades of Brass #B5AD48

Tints of Brass #B5AD48

Color information

#B5AD48 (or 0xB5AD48) is unknown color: approx Brass. HEX triplet: B5, AD and 48. RGB value is (181,173,72). Sum of RGB (Red+Green+Blue) = 181+173+72=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD48 is #4A52B7. Grayscale: #A4A4A4. Windows color (decimal): -4870840 or 4763061. OLE color: 4763061.

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

Color convert

RGB18117372-
CMYK00.040.600.29
HSL55.6º43.08%49.61%-
HSV(B)55.6º60.22%70.98%-
XYZ35.1740.1812.03-
YUV163.8876.15140.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 173 (67.97% from 255) = 40.61%
BLUE value IS 72 (28.52% from 255) = 16.90%
R=42.49%
G=40.61%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811737200.040.600.2955.643.0849.61
HexB5AD48043C1D382b32
Octal265255110047435705362
Binary10110101101011011001000010011110011101111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD48; }

 p { color: rgb(181,173,72); }

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

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

 a { background-color: rgb(181,173,72); }

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

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

 span { border-color: rgb(181,173,72); }

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