#b9ab38

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

Shades of Brass #B9AB38

Tints of Brass #B9AB38

Color information

#B9AB38 (or 0xB9AB38) is unknown color: approx Brass. HEX triplet: B9, AB and 38. RGB value is (185,171,56). Sum of RGB (Red+Green+Blue) = 185+171+56=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB38 is #4654C7. Grayscale: #A2A2A2. Windows color (decimal): -4609224 or 3713977. OLE color: 3713977.

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

Color convert

RGB18517156-
CMYK00.080.700.27
HSL53.49º53.53%47.25%-
HSV(B)53.49º69.73%72.55%-
XYZ35.2839.739.55-
YUV162.0868.14144.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 56 (22.27% from 255) = 13.59%
R=44.90%
G=41.50%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851715600.080.700.2753.4953.5347.25
HexB9AB3808461B35362f
Octal2712537001010633656657
Binary101110011010101111100001000100011011011110101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9ab38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9ab38; }

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

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

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

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

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

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

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

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