#B0AB36

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

Shades of Brass #B0AB36

Tints of Brass #B0AB36

Color information

#B0AB36 (or 0xB0AB36) is unknown color: approx Brass. HEX triplet: B0, AB and 36. RGB value is (176,171,54). Sum of RGB (Red+Green+Blue) = 176+171+54=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB36 is #4F54C9. Grayscale: #9F9F9F. Windows color (decimal): -5199050 or 3582896. OLE color: 3582896.

HSL color Cylindrical-coordinate representation of color #B0AB36: hue angle of 57.54º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0AB36 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17617154-
CMYK00.030.690.31
HSL57.54º53.04%45.1%-
HSV(B)57.54º69.32%69.02%-
XYZ33.1338.629.2-
YUV159.1668.66140.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 171 (67.19% from 255) = 42.64%
BLUE value IS 54 (21.48% from 255) = 13.47%
R=43.89%
G=42.64%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761715400.030.690.3157.5453.0445.1
HexB0AB3603451F3a352d
Octal260253660310537726555
Binary1011000010101011110110011100010111111111010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB36; }

 p { color: rgb(176,171,54); }

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

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

 a { background-color: rgb(176,171,54); }

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

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

 span { border-color: rgb(176,171,54); }

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