#B5A743

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

Shades of Brass #B5A743

Tints of Brass #B5A743

Color information

#B5A743 (or 0xB5A743) is unknown color: approx Brass. HEX triplet: B5, A7 and 43. RGB value is (181,167,67). Sum of RGB (Red+Green+Blue) = 181+167+67=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A743 is #4A58BC. Grayscale: #A0A0A0. Windows color (decimal): -4872381 or 4433845. OLE color: 4433845.

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

Color convert

RGB18116767-
CMYK00.080.630.29
HSL52.63º45.97%48.63%-
HSV(B)52.63º62.98%70.98%-
XYZ33.8937.8710.83-
YUV159.7975.64143.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 167 (65.62% from 255) = 40.24%
BLUE value IS 67 (26.56% from 255) = 16.14%
R=43.61%
G=40.24%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811676700.080.630.2952.6345.9748.63
HexB5A743083F1D352e31
Octal2652471030107735655661
Binary101101011010011110000110100011111111101110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A743; }

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

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

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

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

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

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

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

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