Shades of Brass #B9B144
Tints of Brass #B9B144
RGB
CMYK
RGB Variations
Color information
#B9B144 (or 0xB9B144) is known color: Brass. HEX triplet: B9, B1 and 44. RGB value is (185,177,68). Sum of RGB (Red+Green+Blue) = 185+177+68=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B144 is #464EBB. Grayscale: #A7A7A7. Windows color (decimal): -4607676 or 4501945. OLE color: 4501945.
HSL color Cylindrical-coordinate representation of color #B9B144: hue angle of 55.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9B144 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 177 | 68 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.27 |
| HSL | 55.9º | 0.46% | 0.5% | - |
| HSV(B) | 55.9º | 0.63% | 0.73% | - |
| XYZ | 36.77 | 42.18 | 11.67 | - |
| YUV | 166.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 68 | 0 | 0.04 | 0.63 | 0.27 | 55.9 | 0.46 | 0.5 |
| Hex | B9 | B1 | 44 | 0 | 4 | 3F | 1B | 38 | 2E | 32 |
| Octal | 271 | 261 | 104 | 0 | 4 | 77 | 33 | 70 | 56 | 62 |
| Binary | 10111001 | 10110001 | 1000100 | 0 | 100 | 111111 | 11011 | 111000 | 101110 | 110010 |
Color Harmonies of #B9B144
Complementary color
Monochromatic Colors of #B9B144
Black with #B9B144
Text Example
Text Example
White with #B9B144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B144; }
p { color: rgb(185,177,68); }
H1.HeaderClassName
{
color: #B9B144;
}
.AnyTagClassName
{
color: #B9B144;
}
</style>
background-color css
<style>
a { background-color: #B9B144; }
a { background-color: rgb(185,177,68); }
div.DivClassName
{
background-color: #B9B144;
}
.BgClassName
{
background-color: #B9B144;
}
</style>
border-color css
<style>
span { border-color: #B9B144; }
span { border-color: rgb(185,177,68); }
td.TdClassName
{
border-color: #B9B144;
}
.TagClassName
{
border-color: #B9B144;
}
</style>