#B3A94B

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

Shades of Brass #B3A94B

Tints of Brass #B3A94B

Color information

#B3A94B (or 0xB3A94B) is unknown color: approx Brass. HEX triplet: B3, A9 and 4B. RGB value is (179,169,75). Sum of RGB (Red+Green+Blue) = 179+169+75=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A94B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A94B is #4C56B4. Grayscale: #A1A1A1. Windows color (decimal): -5002933 or 4958643. OLE color: 4958643.

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

Color convert

RGB17916975-
CMYK00.060.580.30
HSL54.23º40.94%49.8%-
HSV(B)54.23º58.1%70.2%-
XYZ34.0538.4712.29-
YUV161.2779.31140.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 75 (29.69% from 255) = 17.73%
R=42.32%
G=39.95%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791697500.060.580.3054.2340.9449.8
HexB3A94B063A1E362932
Octal263251113067236665162
Binary10110011101010011001011011011101011110110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A94B; }

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

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

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

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

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

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

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

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