#B5AD44

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

Shades of Brass #B5AD44

Tints of Brass #B5AD44

Color information

#B5AD44 (or 0xB5AD44) is unknown color: approx Brass. HEX triplet: B5, AD and 44. RGB value is (181,173,68). Sum of RGB (Red+Green+Blue) = 181+173+68=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD44 is #4A52BB. Grayscale: #A3A3A3. Windows color (decimal): -4870844 or 4500917. OLE color: 4500917.

HSL color Cylindrical-coordinate representation of color #B5AD44: hue angle of 55.75º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5AD44 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18117368-
CMYK00.040.620.29
HSL55.75º45.38%48.82%-
HSV(B)55.75º62.43%70.98%-
XYZ35.0440.1311.37-
YUV163.4274.15140.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 68 (26.95% from 255) = 16.11%
R=42.89%
G=41.00%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811736800.040.620.2955.7545.3848.82
HexB5AD44043E1D382d31
Octal265255104047635705561
Binary10110101101011011000100010011111011101111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD44; }

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

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

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

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

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

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

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

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