#B9A848

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

Shades of Brass #B9A848

Tints of Brass #B9A848

Color information

#B9A848 (or 0xB9A848) is unknown color: approx Brass. HEX triplet: B9, A8 and 48. RGB value is (185,168,72). Sum of RGB (Red+Green+Blue) = 185+168+72=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A848 is #4657B7. Grayscale: #A2A2A2. Windows color (decimal): -4609976 or 4761785. OLE color: 4761785.

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

Color convert

RGB18516872-
CMYK00.090.610.27
HSL50.97º44.66%50.39%-
HSV(B)50.97º61.08%72.55%-
XYZ35.1838.7911.76-
YUV162.1477.13144.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=43.53%
G=39.53%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851687200.090.610.2750.9744.6650.39
HexB9A848093D1B332d32
Octal2712501100117533635562
Binary101110011010100010010000100111110111011110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A848; }

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

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

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

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

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

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

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

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