#B6A332

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

Shades of Brass #B6A332

Tints of Brass #B6A332

Color information

#B6A332 (or 0xB6A332) is unknown color: approx Brass. HEX triplet: B6, A3 and 32. RGB value is (182,163,50). Sum of RGB (Red+Green+Blue) = 182+163+50=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A332 is #495CCD. Grayscale: #9C9C9C. Windows color (decimal): -4807886 or 3318710. OLE color: 3318710.

HSL color Cylindrical-coordinate representation of color #B6A332: hue angle of 51.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6A332 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18216350-
CMYK00.100.730.29
HSL51.36º56.9%45.49%-
HSV(B)51.36º72.53%71.37%-
XYZ32.9636.378.3-
YUV155.868.29146.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 163 (64.06% from 255) = 41.27%
BLUE value IS 50 (19.92% from 255) = 12.66%
R=46.08%
G=41.27%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821635000.100.730.2951.3656.945.49
HexB6A3320A491D33392d
Octal2662436201211135637155
Binary101101101010001111001001010100100111101110011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A332; }

 p { color: rgb(182,163,50); }

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

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

 a { background-color: rgb(182,163,50); }

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

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

 span { border-color: rgb(182,163,50); }

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