#B3A648

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

Shades of Brass #B3A648

Tints of Brass #B3A648

Color information

#B3A648 (or 0xB3A648) is unknown color: approx Brass. HEX triplet: B3, A6 and 48. RGB value is (179,166,72). Sum of RGB (Red+Green+Blue) = 179+166+72=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A648 is #4C59B7. Grayscale: #9F9F9F. Windows color (decimal): -5003704 or 4761267. OLE color: 4761267.

HSL color Cylindrical-coordinate representation of color #B3A648: hue angle of 52.71º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3A648 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17916672-
CMYK00.070.600.30
HSL52.71º42.63%49.22%-
HSV(B)52.71º59.78%70.2%-
XYZ33.437.3211.57-
YUV159.1778.81142.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=42.93%
G=39.81%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791667200.070.600.3052.7142.6349.22
HexB3A648073C1E352b31
Octal263246110077436655361
Binary10110011101001101001000011111110011110110101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A648; }

 p { color: rgb(179,166,72); }

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

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

 a { background-color: rgb(179,166,72); }

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

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

 span { border-color: rgb(179,166,72); }

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