#B9A844

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

Shades of Brass #B9A844

Tints of Brass #B9A844

Color information

#B9A844 (or 0xB9A844) is unknown color: approx Brass. HEX triplet: B9, A8 and 44. RGB value is (185,168,68). Sum of RGB (Red+Green+Blue) = 185+168+68=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A844 is #4657BB. Grayscale: #A2A2A2. Windows color (decimal): -4609980 or 4499641. OLE color: 4499641.

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

Color convert

RGB18516868-
CMYK00.090.630.27
HSL51.28º46.25%49.61%-
HSV(B)51.28º63.24%72.55%-
XYZ35.0538.7411.1-
YUV161.6875.13144.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 68 (26.95% from 255) = 16.15%
R=43.94%
G=39.90%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851686800.090.630.2751.2846.2549.61
HexB9A844093F1B332e32
Octal2712501040117733635662
Binary101110011010100010001000100111111111011110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A844; }

 p { color: rgb(185,168,68); }

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

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

 a { background-color: rgb(185,168,68); }

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

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

 span { border-color: rgb(185,168,68); }

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