#B9AB3F

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

Shades of Brass #B9AB3F

Tints of Brass #B9AB3F

Color information

#B9AB3F (or 0xB9AB3F) is unknown color: approx Brass. HEX triplet: B9, AB and 3F. RGB value is (185,171,63). Sum of RGB (Red+Green+Blue) = 185+171+63=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB3F is #4654C0. Grayscale: #A3A3A3. Windows color (decimal): -4609217 or 4172729. OLE color: 4172729.

HSL color Cylindrical-coordinate representation of color #B9AB3F: hue angle of 53.11º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9AB3F is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18517163-
CMYK00.080.660.27
HSL53.11º49.19%48.63%-
HSV(B)53.11º65.95%72.55%-
XYZ35.4739.810.52-
YUV162.8771.64143.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 63 (25% from 255) = 15.04%
R=44.15%
G=40.81%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851716300.080.660.2753.1149.1948.63
HexB9AB3F08421B353131
Octal2712537701010233656161
Binary101110011010101111111101000100001011011110101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB3F; }

 p { color: rgb(185,171,63); }

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

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

 a { background-color: rgb(185,171,63); }

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

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

 span { border-color: rgb(185,171,63); }

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