#B3A43A

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

Shades of Brass #B3A43A

Tints of Brass #B3A43A

Color information

#B3A43A (or 0xB3A43A) is unknown color: approx Brass. HEX triplet: B3, A4 and 3A. RGB value is (179,164,58). Sum of RGB (Red+Green+Blue) = 179+164+58=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A43A is #4C5BC5. Grayscale: #9C9C9C. Windows color (decimal): -5004230 or 3843251. OLE color: 3843251.

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

Color convert

RGB17916458-
CMYK00.080.680.30
HSL52.56º51.05%46.47%-
HSV(B)52.56º67.6%70.2%-
XYZ32.6336.449.32-
YUV156.472.47144.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 58 (23.05% from 255) = 14.46%
R=44.64%
G=40.90%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791645800.080.680.3052.5651.0546.47
HexB3A43A08441E35332e
Octal2632447201010436656356
Binary101100111010010011101001000100010011110110101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A43A; }

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

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

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

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

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

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

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

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