#B3A941

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

Shades of Brass #B3A941

Tints of Brass #B3A941

Color information

#B3A941 (or 0xB3A941) is unknown color: approx Brass. HEX triplet: B3, A9 and 41. RGB value is (179,169,65). Sum of RGB (Red+Green+Blue) = 179+169+65=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A941 is #4C56BE. Grayscale: #A0A0A0. Windows color (decimal): -5002943 or 4303283. OLE color: 4303283.

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

Color convert

RGB17916965-
CMYK00.060.640.30
HSL54.74º46.72%47.84%-
HSV(B)54.74º63.69%70.2%-
XYZ33.7338.3410.62-
YUV160.1374.31141.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 169 (66.41% from 255) = 40.92%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=43.34%
G=40.92%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791696500.060.640.3054.7446.7247.84
HexB3A94106401E372f30
Octal2632511010610036675760
Binary101100111010100110000010110100000011110110111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A941; }

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

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

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

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

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

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

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

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