#B3A54E

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

Shades of Brass #B3A54E

Tints of Brass #B3A54E

Color information

#B3A54E (or 0xB3A54E) is unknown color: approx Brass. HEX triplet: B3, A5 and 4E. RGB value is (179,165,78). Sum of RGB (Red+Green+Blue) = 179+165+78=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A54E is #4C5AB1. Grayscale: #9F9F9F. Windows color (decimal): -5003954 or 5154227. OLE color: 5154227.

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

Color convert

RGB17916578-
CMYK00.080.560.30
HSL51.68º39.92%50.39%-
HSV(B)51.68º56.42%70.2%-
XYZ33.4237.0412.6-
YUV159.2782.14142.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 78 (30.86% from 255) = 18.48%
R=42.42%
G=39.10%
B=18.48%

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
Decimal1791657800.080.560.3051.6839.9250.39
HexB3A54E08381E342832
Octal2632451160107036645062
Binary101100111010010110011100100011100011110110100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A54E; }

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

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

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

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

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

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

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

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