#B3A241

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

Shades of Brass #B3A241

Tints of Brass #B3A241

Color information

#B3A241 (or 0xB3A241) is unknown color: approx Brass. HEX triplet: B3, A2 and 41. RGB value is (179,162,65). Sum of RGB (Red+Green+Blue) = 179+162+65=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A241 is #4C5DBE. Grayscale: #9C9C9C. Windows color (decimal): -5004735 or 4301491. OLE color: 4301491.

HSL color Cylindrical-coordinate representation of color #B3A241: hue angle of 51.05º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3A241 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17916265-
CMYK00.090.640.30
HSL51.05º46.72%47.84%-
HSV(B)51.05º63.69%70.2%-
XYZ32.4635.8110.2-
YUV156.0276.63144.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 65 (25.78% from 255) = 16.01%
R=44.09%
G=39.90%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791626500.090.640.3051.0546.7247.84
HexB3A24109401E332f30
Octal26324210101110036635760
Binary1011001110100010100000101001100000011110110011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A241; }

 p { color: rgb(179,162,65); }

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

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

 a { background-color: rgb(179,162,65); }

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

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

 span { border-color: rgb(179,162,65); }

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