#B6A84D

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

Shades of Brass #B6A84D

Tints of Brass #B6A84D

Color information

#B6A84D (or 0xB6A84D) is unknown color: approx Brass. HEX triplet: B6, A8 and 4D. RGB value is (182,168,77). Sum of RGB (Red+Green+Blue) = 182+168+77=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A84D is #4957B2. Grayscale: #A2A2A2. Windows color (decimal): -4806579 or 5089462. OLE color: 5089462.

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

Color convert

RGB18216877-
CMYK00.080.580.29
HSL52º41.83%50.78%-
HSV(B)52º57.69%71.37%-
XYZ34.6338.4912.62-
YUV161.8180.14142.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 168 (66.02% from 255) = 39.34%
BLUE value IS 77 (30.47% from 255) = 18.03%
R=42.62%
G=39.34%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821687700.080.580.295241.8350.78
HexB6A84D083A1D342a33
Octal2662501150107235645263
Binary101101101010100010011010100011101011101110100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A84D; }

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

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

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

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

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

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

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

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