#B9A84C

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

Shades of Brass #B9A84C

Tints of Brass #B9A84C

Color information

#B9A84C (or 0xB9A84C) is unknown color: approx Brass. HEX triplet: B9, A8 and 4C. RGB value is (185,168,76). Sum of RGB (Red+Green+Blue) = 185+168+76=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A84C is #4657B3. Grayscale: #A2A2A2. Windows color (decimal): -4609972 or 5023929. OLE color: 5023929.

HSL color Cylindrical-coordinate representation of color #B9A84C: hue angle of 50.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9A84C is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18516876-
CMYK00.090.590.27
HSL50.64º43.78%51.18%-
HSV(B)50.64º58.92%72.55%-
XYZ35.3138.8412.47-
YUV162.5979.13143.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 168 (66.02% from 255) = 39.16%
BLUE value IS 76 (30.08% from 255) = 17.72%
R=43.12%
G=39.16%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851687600.090.590.2750.6443.7851.18
HexB9A84C093B1B332c33
Octal2712501140117333635463
Binary101110011010100010011000100111101111011110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A84C; }

 p { color: rgb(185,168,76); }

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

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

 a { background-color: rgb(185,168,76); }

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

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

 span { border-color: rgb(185,168,76); }

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