#B3AB40

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

Shades of Brass #B3AB40

Tints of Brass #B3AB40

Color information

#B3AB40 (or 0xB3AB40) is unknown color: approx Brass. HEX triplet: B3, AB and 40. RGB value is (179,171,64). Sum of RGB (Red+Green+Blue) = 179+171+64=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AB40 is #4C54BF. Grayscale: #A1A1A1. Windows color (decimal): -5002432 or 4238259. OLE color: 4238259.

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

Color convert

RGB17917164-
CMYK00.040.640.30
HSL55.83º47.33%47.65%-
HSV(B)55.83º64.25%70.2%-
XYZ34.0839.0810.6-
YUV161.1973.15140.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 64 (25.39% from 255) = 15.46%
R=43.24%
G=41.30%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791716400.040.640.3055.8347.3347.65
HexB3AB4004401E382f30
Octal2632531000410036705760
Binary101100111010101110000000100100000011110111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB40; }

 p { color: rgb(179,171,64); }

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

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

 a { background-color: rgb(179,171,64); }

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

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

 span { border-color: rgb(179,171,64); }

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