#B3A54B

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

Shades of Brass #B3A54B

Tints of Brass #B3A54B

Color information

#B3A54B (or 0xB3A54B) is unknown color: approx Brass. HEX triplet: B3, A5 and 4B. RGB value is (179,165,75). Sum of RGB (Red+Green+Blue) = 179+165+75=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A54B is #4C5AB4. Grayscale: #9F9F9F. Windows color (decimal): -5003957 or 4957619. OLE color: 4957619.

HSL color Cylindrical-coordinate representation of color #B3A54B: hue angle of 51.92º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3A54B is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17916575-
CMYK00.080.580.30
HSL51.92º40.94%49.8%-
HSV(B)51.92º58.1%70.2%-
XYZ33.323712.04-
YUV158.9380.64142.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 75 (29.69% from 255) = 17.90%
R=42.72%
G=39.38%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791657500.080.580.3051.9240.9449.8
HexB3A54B083A1E342932
Octal2632451130107236645162
Binary101100111010010110010110100011101011110110100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A54B; }

 p { color: rgb(179,165,75); }

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

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

 a { background-color: rgb(179,165,75); }

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

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

 span { border-color: rgb(179,165,75); }

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