#B3AB4B

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

Shades of Brass #B3AB4B

Tints of Brass #B3AB4B

Color information

#B3AB4B (or 0xB3AB4B) is unknown color: approx Brass. HEX triplet: B3, AB and 4B. RGB value is (179,171,75). Sum of RGB (Red+Green+Blue) = 179+171+75=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AB4B is #4C54B4. Grayscale: #A2A2A2. Windows color (decimal): -5002421 or 4959155. OLE color: 4959155.

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

Color convert

RGB17917175-
CMYK00.040.580.30
HSL55.38º40.94%49.8%-
HSV(B)55.38º58.1%70.2%-
XYZ34.4239.2212.41-
YUV162.4578.65139.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 75 (29.69% from 255) = 17.65%
R=42.12%
G=40.24%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791717500.040.580.3055.3840.9449.8
HexB3AB4B043A1E372932
Octal263253113047236675162
Binary10110011101010111001011010011101011110110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB4B; }

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

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

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

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

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

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

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

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