#B0AB3D

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

Shades of Brass #B0AB3D

Tints of Brass #B0AB3D

Color information

#B0AB3D (or 0xB0AB3D) is unknown color: approx Brass. HEX triplet: B0, AB and 3D. RGB value is (176,171,61). Sum of RGB (Red+Green+Blue) = 176+171+61=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB3D is #4F54C2. Grayscale: #A0A0A0. Windows color (decimal): -5199043 or 4041648. OLE color: 4041648.

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

Color convert

RGB17617161-
CMYK00.030.650.31
HSL57.39º48.52%46.47%-
HSV(B)57.39º65.34%69.02%-
XYZ33.3138.6910.13-
YUV159.9572.16139.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 61 (24.22% from 255) = 14.95%
R=43.14%
G=41.91%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761716100.030.650.3157.3948.5246.47
HexB0AB3D03411F39312e
Octal260253750310137716156
Binary1011000010101011111101011100000111111111001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB3D; }

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

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

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

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

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

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

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

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