#B6A851

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

Shades of Brass #B6A851

Tints of Brass #B6A851

Color information

#B6A851 (or 0xB6A851) is unknown color: approx Brass. HEX triplet: B6, A8 and 51. RGB value is (182,168,81). Sum of RGB (Red+Green+Blue) = 182+168+81=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A851 is #4957AE. Grayscale: #A2A2A2. Windows color (decimal): -4806575 or 5351606. OLE color: 5351606.

HSL color Cylindrical-coordinate representation of color #B6A851: hue angle of 51.68º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6A851 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18216881-
CMYK00.080.550.29
HSL51.68º40.89%51.57%-
HSV(B)51.68º55.49%71.37%-
XYZ34.7838.5413.39-
YUV162.2782.14142.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 168 (66.02% from 255) = 38.98%
BLUE value IS 81 (32.03% from 255) = 18.79%
R=42.23%
G=38.98%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821688100.080.550.2951.6840.8951.57
HexB6A85108371D342934
Octal2662501210106735645164
Binary101101101010100010100010100011011111101110100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A851; }

 p { color: rgb(182,168,81); }

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

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

 a { background-color: rgb(182,168,81); }

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

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

 span { border-color: rgb(182,168,81); }

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