#B9A645

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

Shades of Brass #B9A645

Tints of Brass #B9A645

Color information

#B9A645 (or 0xB9A645) is unknown color: approx Brass. HEX triplet: B9, A6 and 45. RGB value is (185,166,69). Sum of RGB (Red+Green+Blue) = 185+166+69=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A645 is #4659BA. Grayscale: #A1A1A1. Windows color (decimal): -4610491 or 4564665. OLE color: 4564665.

HSL color Cylindrical-coordinate representation of color #B9A645: hue angle of 50.17º 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 #B9A645 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18516669-
CMYK00.100.630.27
HSL50.17º45.67%49.8%-
HSV(B)50.17º62.7%72.55%-
XYZ34.7238.0211.14-
YUV160.6276.29145.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 69 (27.34% from 255) = 16.43%
R=44.05%
G=39.52%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851666900.100.630.2750.1745.6749.8
HexB9A6450A3F1B322e32
Octal2712461050127733625662
Binary101110011010011010001010101011111111011110010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A645; }

 p { color: rgb(185,166,69); }

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

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

 a { background-color: rgb(185,166,69); }

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

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

 span { border-color: rgb(185,166,69); }

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