#B9A83D

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

Shades of Brass #B9A83D

Tints of Brass #B9A83D

Color information

#B9A83D (or 0xB9A83D) is unknown color: approx Brass. HEX triplet: B9, A8 and 3D. RGB value is (185,168,61). Sum of RGB (Red+Green+Blue) = 185+168+61=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A83D is #4657C2. Grayscale: #A1A1A1. Windows color (decimal): -4609987 or 4040889. OLE color: 4040889.

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

Color convert

RGB18516861-
CMYK00.090.670.27
HSL51.77º50.41%48.24%-
HSV(B)51.77º67.03%72.55%-
XYZ34.8538.6610.04-
YUV160.8871.63145.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 168 (66.02% from 255) = 40.58%
BLUE value IS 61 (24.22% from 255) = 14.73%
R=44.69%
G=40.58%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851686100.090.670.2751.7750.4148.24
HexB9A83D09431B343230
Octal2712507501110333646260
Binary101110011010100011110101001100001111011110100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A83D; }

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

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

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

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

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

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

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

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