#B6AD45

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

Shades of Brass #B6AD45

Tints of Brass #B6AD45

Color information

#B6AD45 (or 0xB6AD45) is unknown color: approx Brass. HEX triplet: B6, AD and 45. RGB value is (182,173,69). Sum of RGB (Red+Green+Blue) = 182+173+69=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD45 is #4952BA. Grayscale: #A4A4A4. Windows color (decimal): -4805307 or 4566454. OLE color: 4566454.

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

Color convert

RGB18217369-
CMYK00.050.620.29
HSL55.22º45.02%49.22%-
HSV(B)55.22º62.09%71.37%-
XYZ35.3140.2611.54-
YUV163.8474.48140.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 69 (27.34% from 255) = 16.27%
R=42.92%
G=40.80%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821736900.050.620.2955.2245.0249.22
HexB6AD45053E1D372d31
Octal266255105057635675561
Binary10110110101011011000101010111111011101110111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD45; }

 p { color: rgb(182,173,69); }

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

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

 a { background-color: rgb(182,173,69); }

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

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

 span { border-color: rgb(182,173,69); }

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