#B9A53D

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

Shades of Brass #B9A53D

Tints of Brass #B9A53D

Color information

#B9A53D (or 0xB9A53D) is unknown color: approx Brass. HEX triplet: B9, A5 and 3D. RGB value is (185,165,61). Sum of RGB (Red+Green+Blue) = 185+165+61=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A53D is #465AC2. Grayscale: #9F9F9F. Windows color (decimal): -4610755 or 4040121. OLE color: 4040121.

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

Color convert

RGB18516561-
CMYK00.110.670.27
HSL50.32º50.41%48.24%-
HSV(B)50.32º67.03%72.55%-
XYZ34.3137.569.86-
YUV159.1272.63146.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 61 (24.22% from 255) = 14.84%
R=45.01%
G=40.15%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851656100.110.670.2750.3250.4148.24
HexB9A53D0B431B323230
Octal2712457501310333626260
Binary101110011010010111110101011100001111011110010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A53D; }

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

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

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

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

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

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

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

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