Shades of Brass #B0AD44
Tints of Brass #B0AD44
RGB
CMYK
RGB Variations
Color information
#B0AD44 (or 0xB0AD44) is known color: Brass. HEX triplet: B0, AD and 44. RGB value is (176,173,68). Sum of RGB (Red+Green+Blue) = 176+173+68=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD44 is #4F52BB. Grayscale: #A2A2A2. Windows color (decimal): -5198524 or 4500912. OLE color: 4500912.
HSL color Cylindrical-coordinate representation of color #B0AD44: hue angle of 58.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0AD44 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 68 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.31 |
| HSL | 58.33º | 0.44% | 0.48% | - |
| HSV(B) | 58.33º | 0.61% | 0.69% | - |
| XYZ | 33.89 | 39.53 | 11.31 | - |
| YUV | 161.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 68 | 0 | 0.02 | 0.61 | 0.31 | 58.33 | 0.44 | 0.48 |
| Hex | B0 | AD | 44 | 0 | 2 | 3D | 1F | 3A | 2C | 30 |
| Octal | 260 | 255 | 104 | 0 | 2 | 75 | 37 | 72 | 54 | 60 |
| Binary | 10110000 | 10101101 | 1000100 | 0 | 10 | 111101 | 11111 | 111010 | 101100 | 110000 |
Color Harmonies of #B0AD44
Complementary color
Monochromatic Colors of #B0AD44
Black with #B0AD44
Text Example
Text Example
White with #B0AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD44; }
p { color: rgb(176,173,68); }
H1.HeaderClassName
{
color: #B0AD44;
}
.AnyTagClassName
{
color: #B0AD44;
}
</style>
background-color css
<style>
a { background-color: #B0AD44; }
a { background-color: rgb(176,173,68); }
div.DivClassName
{
background-color: #B0AD44;
}
.BgClassName
{
background-color: #B0AD44;
}
</style>
border-color css
<style>
span { border-color: #B0AD44; }
span { border-color: rgb(176,173,68); }
td.TdClassName
{
border-color: #B0AD44;
}
.TagClassName
{
border-color: #B0AD44;
}
</style>