#B3A44E

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

Shades of Brass #B3A44E

Tints of Brass #B3A44E

Color information

#B3A44E (or 0xB3A44E) is unknown color: approx Brass. HEX triplet: B3, A4 and 4E. RGB value is (179,164,78). Sum of RGB (Red+Green+Blue) = 179+164+78=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A44E is #4C5BB1. Grayscale: #9F9F9F. Windows color (decimal): -5004210 or 5153971. OLE color: 5153971.

HSL color Cylindrical-coordinate representation of color #B3A44E: hue angle of 51.09º 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 #B3A44E is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17916478-
CMYK00.080.560.30
HSL51.09º39.92%50.39%-
HSV(B)51.09º56.42%70.2%-
XYZ33.2436.6812.54-
YUV158.6882.47142.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=42.52%
G=38.95%
B=18.53%

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
Decimal1791647800.080.560.3051.0939.9250.39
HexB3A44E08381E332832
Octal2632441160107036635062
Binary101100111010010010011100100011100011110110011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A44E; }

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

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

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

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

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

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

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

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