#B9B445

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

Shades of Brass #B9B445

Tints of Brass #B9B445

Color information

#B9B445 (or 0xB9B445) is unknown color: approx Brass. HEX triplet: B9, B4 and 45. RGB value is (185,180,69). Sum of RGB (Red+Green+Blue) = 185+180+69=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B445 is #464BBA. Grayscale: #A9A9A9. Windows color (decimal): -4606907 or 4568249. OLE color: 4568249.

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

Color convert

RGB18518069-
CMYK00.030.630.27
HSL57.41º45.67%49.8%-
HSV(B)57.41º62.7%72.55%-
XYZ37.443.3912.03-
YUV168.8471.66139.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 69 (27.34% from 255) = 15.90%
R=42.63%
G=41.47%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851806900.030.630.2757.4145.6749.8
HexB9B445033F1B392e32
Octal271264105037733715662
Binary1011100110110100100010101111111111011111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B445; }

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

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

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

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

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

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

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

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