#B5AD43

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

Shades of Brass #B5AD43

Tints of Brass #B5AD43

Color information

#B5AD43 (or 0xB5AD43) is unknown color: approx Brass. HEX triplet: B5, AD and 43. RGB value is (181,173,67). Sum of RGB (Red+Green+Blue) = 181+173+67=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD43 is #4A52BC. Grayscale: #A3A3A3. Windows color (decimal): -4870845 or 4435381. OLE color: 4435381.

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

Color convert

RGB18117367-
CMYK00.040.630.29
HSL55.79º45.97%48.63%-
HSV(B)55.79º62.98%70.98%-
XYZ35.0140.1211.21-
YUV163.3173.65140.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 67 (26.56% from 255) = 15.91%
R=42.99%
G=41.09%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811736700.040.630.2955.7945.9748.63
HexB5AD43043F1D382e31
Octal265255103047735705661
Binary10110101101011011000011010011111111101111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD43; }

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

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

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

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

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

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

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

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