Shades of Brass #B9AC42
Tints of Brass #B9AC42
RGB
CMYK
RGB Variations
Color information
#B9AC42 (or 0xB9AC42) is known color: Brass. HEX triplet: B9, AC and 42. RGB value is (185,172,66). Sum of RGB (Red+Green+Blue) = 185+172+66=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC42 is #4653BD. Grayscale: #A4A4A4. Windows color (decimal): -4608958 or 4369593. OLE color: 4369593.
HSL color Cylindrical-coordinate representation of color #B9AC42: hue angle of 53.45º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9AC42 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 66 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.27 |
| HSL | 53.45º | 0.47% | 0.49% | - |
| HSV(B) | 53.45º | 0.64% | 0.73% | - |
| XYZ | 35.74 | 40.21 | 11.03 | - |
| YUV | 163.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 66 | 0 | 0.07 | 0.64 | 0.27 | 53.45 | 0.47 | 0.49 |
| Hex | B9 | AC | 42 | 0 | 7 | 40 | 1B | 35 | 2F | 31 |
| Octal | 271 | 254 | 102 | 0 | 7 | 100 | 33 | 65 | 57 | 61 |
| Binary | 10111001 | 10101100 | 1000010 | 0 | 111 | 1000000 | 11011 | 110101 | 101111 | 110001 |
Color Harmonies of #B9AC42
Complementary color
Monochromatic Colors of #B9AC42
Black with #B9AC42
Text Example
Text Example
White with #B9AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC42; }
p { color: rgb(185,172,66); }
H1.HeaderClassName
{
color: #B9AC42;
}
.AnyTagClassName
{
color: #B9AC42;
}
</style>
background-color css
<style>
a { background-color: #B9AC42; }
a { background-color: rgb(185,172,66); }
div.DivClassName
{
background-color: #B9AC42;
}
.BgClassName
{
background-color: #B9AC42;
}
</style>
border-color css
<style>
span { border-color: #B9AC42; }
span { border-color: rgb(185,172,66); }
td.TdClassName
{
border-color: #B9AC42;
}
.TagClassName
{
border-color: #B9AC42;
}
</style>