#B9A744

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

Shades of Brass #B9A744

Tints of Brass #B9A744

Color information

#B9A744 (or 0xB9A744) is unknown color: approx Brass. HEX triplet: B9, A7 and 44. RGB value is (185,167,68). Sum of RGB (Red+Green+Blue) = 185+167+68=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A744 is #4658BB. Grayscale: #A1A1A1. Windows color (decimal): -4610236 or 4499385. OLE color: 4499385.

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

Color convert

RGB18516768-
CMYK00.100.630.27
HSL50.77º46.25%49.61%-
HSV(B)50.77º63.24%72.55%-
XYZ34.8738.3711.04-
YUV161.175.46145.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 68 (26.95% from 255) = 16.19%
R=44.05%
G=39.76%
B=16.19%

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
Decimal1851676800.100.630.2750.7746.2549.61
HexB9A7440A3F1B332e32
Octal2712471040127733635662
Binary101110011010011110001000101011111111011110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A744; }

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

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

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

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

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

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

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

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