Shades of Brass #B0AD4B
Tints of Brass #B0AD4B
RGB
CMYK
RGB Variations
Color information
#B0AD4B (or 0xB0AD4B) is known color: Brass. HEX triplet: B0, AD and 4B. RGB value is (176,173,75). Sum of RGB (Red+Green+Blue) = 176+173+75=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD4B is #4F52B4. Grayscale: #A3A3A3. Windows color (decimal): -5198517 or 4959664. OLE color: 4959664.
HSL color Cylindrical-coordinate representation of color #B0AD4B: hue angle of 58.22º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0AD4B is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 75 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.31 |
| HSL | 58.22º | 0.4% | 0.49% | - |
| HSV(B) | 58.22º | 0.57% | 0.69% | - |
| XYZ | 34.12 | 39.63 | 12.51 | - |
| YUV | 162.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 75 | 0 | 0.02 | 0.57 | 0.31 | 58.22 | 0.4 | 0.49 |
| Hex | B0 | AD | 4B | 0 | 2 | 39 | 1F | 3A | 28 | 31 |
| Octal | 260 | 255 | 113 | 0 | 2 | 71 | 37 | 72 | 50 | 61 |
| Binary | 10110000 | 10101101 | 1001011 | 0 | 10 | 111001 | 11111 | 111010 | 101000 | 110001 |
Color Harmonies of #B0AD4B
Complementary color
Monochromatic Colors of #B0AD4B
Black with #B0AD4B
Text Example
Text Example
White with #B0AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD4B; }
p { color: rgb(176,173,75); }
H1.HeaderClassName
{
color: #B0AD4B;
}
.AnyTagClassName
{
color: #B0AD4B;
}
</style>
background-color css
<style>
a { background-color: #B0AD4B; }
a { background-color: rgb(176,173,75); }
div.DivClassName
{
background-color: #B0AD4B;
}
.BgClassName
{
background-color: #B0AD4B;
}
</style>
border-color css
<style>
span { border-color: #B0AD4B; }
span { border-color: rgb(176,173,75); }
td.TdClassName
{
border-color: #B0AD4B;
}
.TagClassName
{
border-color: #B0AD4B;
}
</style>