#B6A948

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

Shades of Brass #B6A948

Tints of Brass #B6A948

Color information

#B6A948 (or 0xB6A948) is unknown color: approx Brass. HEX triplet: B6, A9 and 48. RGB value is (182,169,72). Sum of RGB (Red+Green+Blue) = 182+169+72=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A948 is #4956B7. Grayscale: #A2A2A2. Windows color (decimal): -4806328 or 4762038. OLE color: 4762038.

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

Color convert

RGB18216972-
CMYK00.070.600.29
HSL52.91º43.31%49.8%-
HSV(B)52.91º60.44%71.37%-
XYZ34.6538.7911.79-
YUV161.8377.31142.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 72 (28.52% from 255) = 17.02%
R=43.03%
G=39.95%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821697200.070.600.2952.9143.3149.8
HexB6A948073C1D352b32
Octal266251110077435655362
Binary10110110101010011001000011111110011101110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A948; }

 p { color: rgb(182,169,72); }

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

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

 a { background-color: rgb(182,169,72); }

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

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

 span { border-color: rgb(182,169,72); }

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