#B9A23D

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

Shades of Brass #B9A23D

Tints of Brass #B9A23D

Color information

#B9A23D (or 0xB9A23D) is unknown color: approx Brass. HEX triplet: B9, A2 and 3D. RGB value is (185,162,61). Sum of RGB (Red+Green+Blue) = 185+162+61=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A23D is #465DC2. Grayscale: #9D9D9D. Windows color (decimal): -4611523 or 4039353. OLE color: 4039353.

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

Color convert

RGB18516261-
CMYK00.120.670.27
HSL48.87º50.41%48.24%-
HSV(B)48.87º67.03%72.55%-
XYZ33.7736.499.68-
YUV157.3673.62147.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 61 (24.22% from 255) = 14.95%
R=45.34%
G=39.71%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851626100.120.670.2748.8750.4148.24
HexB9A23D0C431B313230
Octal2712427501410333616260
Binary101110011010001011110101100100001111011110001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A23D; }

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

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

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

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

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

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

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

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