#B9A54C

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

Shades of Brass #B9A54C

Tints of Brass #B9A54C

Color information

#B9A54C (or 0xB9A54C) is unknown color: approx Brass. HEX triplet: B9, A5 and 4C. RGB value is (185,165,76). Sum of RGB (Red+Green+Blue) = 185+165+76=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A54C is #465AB3. Grayscale: #A1A1A1. Windows color (decimal): -4610740 or 5023161. OLE color: 5023161.

HSL color Cylindrical-coordinate representation of color #B9A54C: hue angle of 48.99º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9A54C is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18516576-
CMYK00.110.590.27
HSL48.99º43.78%51.18%-
HSV(B)48.99º58.92%72.55%-
XYZ34.7737.7512.29-
YUV160.8380.13145.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 76 (30.08% from 255) = 17.84%
R=43.43%
G=38.73%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851657600.110.590.2748.9943.7851.18
HexB9A54C0B3B1B312c33
Octal2712451140137333615463
Binary101110011010010110011000101111101111011110001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A54C; }

 p { color: rgb(185,165,76); }

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

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

 a { background-color: rgb(185,165,76); }

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

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

 span { border-color: rgb(185,165,76); }

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