#B9B53F

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

Shades of Brass #B9B53F

Tints of Brass #B9B53F

Color information

#B9B53F (or 0xB9B53F) is unknown color: approx Brass. HEX triplet: B9, B5 and 3F. RGB value is (185,181,63). Sum of RGB (Red+Green+Blue) = 185+181+63=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B53F is #464AC0. Grayscale: #A9A9A9. Windows color (decimal): -4606657 or 4175289. OLE color: 4175289.

HSL color Cylindrical-coordinate representation of color #B9B53F: hue angle of 58.03º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9B53F is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18518163-
CMYK00.020.660.27
HSL58.03º49.19%48.63%-
HSV(B)58.03º65.95%72.55%-
XYZ37.4343.7211.17-
YUV168.7468.33139.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 63 (25% from 255) = 14.69%
R=43.12%
G=42.19%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851816300.020.660.2758.0349.1948.63
HexB9B53F02421B3a3131
Octal271265770210233726161
Binary1011100110110101111111010100001011011111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B53F; }

 p { color: rgb(185,181,63); }

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

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

 a { background-color: rgb(185,181,63); }

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

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

 span { border-color: rgb(185,181,63); }

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