#B6AD49

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

Shades of Brass #B6AD49

Tints of Brass #B6AD49

Color information

#B6AD49 (or 0xB6AD49) is unknown color: approx Brass. HEX triplet: B6, AD and 49. RGB value is (182,173,73). Sum of RGB (Red+Green+Blue) = 182+173+73=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD49 is #4952B6. Grayscale: #A4A4A4. Windows color (decimal): -4805303 or 4828598. OLE color: 4828598.

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

Color convert

RGB18217373-
CMYK00.050.600.29
HSL55.05º42.75%50%-
HSV(B)55.05º59.89%71.37%-
XYZ35.4440.3112.22-
YUV164.2976.48140.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 173 (67.97% from 255) = 40.42%
BLUE value IS 73 (28.91% from 255) = 17.06%
R=42.52%
G=40.42%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821737300.050.600.2955.0542.7550
HexB6AD49053C1D372b32
Octal266255111057435675362
Binary10110110101011011001001010111110011101110111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD49; }

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

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

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

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

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

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

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

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