#B3AB34

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

Shades of Brass #B3AB34

Tints of Brass #B3AB34

Color information

#B3AB34 (or 0xB3AB34) is unknown color: approx Brass. HEX triplet: B3, AB and 34. RGB value is (179,171,52). Sum of RGB (Red+Green+Blue) = 179+171+52=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AB34 is #4C54CB. Grayscale: #A0A0A0. Windows color (decimal): -5002444 or 3451827. OLE color: 3451827.

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

Color convert

RGB17917152-
CMYK00.040.710.30
HSL56.22º54.98%45.29%-
HSV(B)56.22º70.95%70.2%-
XYZ33.7738.968.99-
YUV159.8367.15141.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 52 (20.70% from 255) = 12.94%
R=44.53%
G=42.54%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791715200.040.710.3056.2254.9845.29
HexB3AB3404471E38372d
Octal263253640410736706755
Binary10110011101010111101000100100011111110111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB34; }

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

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

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

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

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

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

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

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