#B3A54F

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

Shades of Brass #B3A54F

Tints of Brass #B3A54F

Color information

#B3A54F (or 0xB3A54F) is unknown color: approx Brass. HEX triplet: B3, A5 and 4F. RGB value is (179,165,79). Sum of RGB (Red+Green+Blue) = 179+165+79=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A54F is #4C5AB0. Grayscale: #9F9F9F. Windows color (decimal): -5003953 or 5219763. OLE color: 5219763.

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

Color convert

RGB17916579-
CMYK00.080.560.30
HSL51.6º39.68%50.59%-
HSV(B)51.6º55.87%70.2%-
XYZ33.4637.0612.79-
YUV159.3882.64141.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 79 (31.25% from 255) = 18.68%
R=42.32%
G=39.01%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791657900.080.560.3051.639.6850.59
HexB3A54F08381E342833
Octal2632451170107036645063
Binary101100111010010110011110100011100011110110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A54F; }

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

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

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

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

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

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

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

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