#B9B147

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

Shades of Brass #B9B147

Tints of Brass #B9B147

Color information

#B9B147 (or 0xB9B147) is unknown color: approx Brass. HEX triplet: B9, B1 and 47. RGB value is (185,177,71). Sum of RGB (Red+Green+Blue) = 185+177+71=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B147 is #464EB8. Grayscale: #A7A7A7. Windows color (decimal): -4607673 or 4698553. OLE color: 4698553.

HSL color Cylindrical-coordinate representation of color #B9B147: hue angle of 55.79º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9B147 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18517771-
CMYK00.040.620.27
HSL55.79º44.88%50.2%-
HSV(B)55.79º61.62%72.55%-
XYZ36.8742.2112.17-
YUV167.3173.65140.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 71 (28.12% from 255) = 16.40%
R=42.73%
G=40.88%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851777100.040.620.2755.7944.8850.2
HexB9B147043E1B382d32
Octal271261107047633705562
Binary10111001101100011000111010011111011011111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B147; }

 p { color: rgb(185,177,71); }

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

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

 a { background-color: rgb(185,177,71); }

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

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

 span { border-color: rgb(185,177,71); }

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