#B3A53D

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

Shades of Brass #B3A53D

Tints of Brass #B3A53D

Color information

#B3A53D (or 0xB3A53D) is unknown color: approx Brass. HEX triplet: B3, A5 and 3D. RGB value is (179,165,61). Sum of RGB (Red+Green+Blue) = 179+165+61=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A53D is #4C5AC2. Grayscale: #9D9D9D. Windows color (decimal): -5003971 or 4040115. OLE color: 4040115.

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

Color convert

RGB17916561-
CMYK00.080.660.30
HSL52.88º49.17%47.06%-
HSV(B)52.88º65.92%70.2%-
XYZ32.8936.839.79-
YUV157.3373.64143.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 165 (64.84% from 255) = 40.74%
BLUE value IS 61 (24.22% from 255) = 15.06%
R=44.20%
G=40.74%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791656100.080.660.3052.8849.1747.06
HexB3A53D08421E35312f
Octal2632457501010236656157
Binary101100111010010111110101000100001011110110101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A53D; }

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

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

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

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

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

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

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

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