#B3A34B

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

Shades of Brass #B3A34B

Tints of Brass #B3A34B

Color information

#B3A34B (or 0xB3A34B) is unknown color: approx Brass. HEX triplet: B3, A3 and 4B. RGB value is (179,163,75). Sum of RGB (Red+Green+Blue) = 179+163+75=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A34B is #4C5CB4. Grayscale: #9E9E9E. Windows color (decimal): -5004469 or 4957107. OLE color: 4957107.

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

Color convert

RGB17916375-
CMYK00.090.580.30
HSL50.77º40.94%49.8%-
HSV(B)50.77º58.1%70.2%-
XYZ32.9636.2911.92-
YUV157.7581.3143.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=42.93%
G=39.09%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791637500.090.580.3050.7740.9449.8
HexB3A34B093A1E332932
Octal2632431130117236635162
Binary101100111010001110010110100111101011110110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A34B; }

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

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

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

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

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

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

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

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