#b9a735

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

Shades of Brass #B9A735

Tints of Brass #B9A735

Color information

#B9A735 (or 0xB9A735) is unknown color: approx Brass. HEX triplet: B9, A7 and 35. RGB value is (185,167,53). Sum of RGB (Red+Green+Blue) = 185+167+53=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A735 is #4658CA. Grayscale: #9F9F9F. Windows color (decimal): -4610251 or 3516345. OLE color: 3516345.

HSL color Cylindrical-coordinate representation of color #B9A735: hue angle of 51.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9A735 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18516753-
CMYK00.100.710.27
HSL51.82º55.46%46.67%-
HSV(B)51.82º71.35%72.55%-
XYZ34.4738.218.93-
YUV159.3967.96146.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 167 (65.62% from 255) = 41.23%
BLUE value IS 53 (21.09% from 255) = 13.09%
R=45.68%
G=41.23%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851675300.100.710.2751.8255.4646.67
HexB9A7350A471B34372f
Octal2712476501210733646757
Binary101110011010011111010101010100011111011110100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9a735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9a735; }

 p { color: rgb(185,167,53); }

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

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

 a { background-color: rgb(185,167,53); }

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

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

 span { border-color: rgb(185,167,53); }

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