#B3AB43

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

Shades of Brass #B3AB43

Tints of Brass #B3AB43

Color information

#B3AB43 (or 0xB3AB43) is unknown color: approx Brass. HEX triplet: B3, AB and 43. RGB value is (179,171,67). Sum of RGB (Red+Green+Blue) = 179+171+67=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AB43 is #4C54BC. Grayscale: #A1A1A1. Windows color (decimal): -5002429 or 4434867. OLE color: 4434867.

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

Color convert

RGB17917167-
CMYK00.040.630.30
HSL55.71º45.53%48.24%-
HSV(B)55.71º62.57%70.2%-
XYZ34.1739.1111.06-
YUV161.5474.65140.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 67 (26.56% from 255) = 16.07%
R=42.93%
G=41.01%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791716700.040.630.3055.7145.5348.24
HexB3AB43043F1E382e30
Octal263253103047736705660
Binary10110011101010111000011010011111111110111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB43; }

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

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

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

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

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

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

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

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