#B9AC4B

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

Shades of Brass #B9AC4B

Tints of Brass #B9AC4B

Color information

#B9AC4B (or 0xB9AC4B) is unknown color: approx Brass. HEX triplet: B9, AC and 4B. RGB value is (185,172,75). Sum of RGB (Red+Green+Blue) = 185+172+75=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC4B is #4653B4. Grayscale: #A5A5A5. Windows color (decimal): -4608949 or 4959417. OLE color: 4959417.

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

Color convert

RGB18517275-
CMYK00.070.590.27
HSL52.91º44%50.98%-
HSV(B)52.91º59.46%72.55%-
XYZ36.0340.3312.54-
YUV164.8377.31142.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 75 (29.69% from 255) = 17.36%
R=42.82%
G=39.81%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851727500.070.590.2752.914450.98
HexB9AC4B073B1B352c33
Octal271254113077333655463
Binary10111001101011001001011011111101111011110101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC4B; }

 p { color: rgb(185,172,75); }

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

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

 a { background-color: rgb(185,172,75); }

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

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

 span { border-color: rgb(185,172,75); }

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