#B6A748

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

Shades of Brass #B6A748

Tints of Brass #B6A748

Color information

#B6A748 (or 0xB6A748) is unknown color: approx Brass. HEX triplet: B6, A7 and 48. RGB value is (182,167,72). Sum of RGB (Red+Green+Blue) = 182+167+72=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A748 is #4958B7. Grayscale: #A1A1A1. Windows color (decimal): -4806840 or 4761526. OLE color: 4761526.

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

Color convert

RGB18216772-
CMYK00.080.600.29
HSL51.82º43.31%49.8%-
HSV(B)51.82º60.44%71.37%-
XYZ34.2838.0511.67-
YUV160.6677.97143.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 167 (65.62% from 255) = 39.67%
BLUE value IS 72 (28.52% from 255) = 17.10%
R=43.23%
G=39.67%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821677200.080.600.2951.8243.3149.8
HexB6A748083C1D342b32
Octal2662471100107435645362
Binary101101101010011110010000100011110011101110100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A748; }

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

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

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

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

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

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

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

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