Shades of Brass #B0AF4B
Tints of Brass #B0AF4B
RGB
CMYK
RGB Variations
Color information
#B0AF4B (or 0xB0AF4B) is known color: Brass. HEX triplet: B0, AF and 4B. RGB value is (176,175,75). Sum of RGB (Red+Green+Blue) = 176+175+75=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF4B is #4F50B4. Grayscale: #A4A4A4. Windows color (decimal): -5198005 or 4960176. OLE color: 4960176.
HSL color Cylindrical-coordinate representation of color #B0AF4B: hue angle of 59.41º 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 #B0AF4B is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 75 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.31 |
| HSL | 59.41º | 0.4% | 0.49% | - |
| HSV(B) | 59.41º | 0.57% | 0.69% | - |
| XYZ | 34.5 | 40.4 | 12.64 | - |
| YUV | 163.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 75 | 0 | 0.01 | 0.57 | 0.31 | 59.41 | 0.4 | 0.49 |
| Hex | B0 | AF | 4B | 0 | 1 | 39 | 1F | 3B | 28 | 31 |
| Octal | 260 | 257 | 113 | 0 | 1 | 71 | 37 | 73 | 50 | 61 |
| Binary | 10110000 | 10101111 | 1001011 | 0 | 1 | 111001 | 11111 | 111011 | 101000 | 110001 |
Color Harmonies of #B0AF4B
Complementary color
Monochromatic Colors of #B0AF4B
Black with #B0AF4B
Text Example
Text Example
White with #B0AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF4B; }
p { color: rgb(176,175,75); }
H1.HeaderClassName
{
color: #B0AF4B;
}
.AnyTagClassName
{
color: #B0AF4B;
}
</style>
background-color css
<style>
a { background-color: #B0AF4B; }
a { background-color: rgb(176,175,75); }
div.DivClassName
{
background-color: #B0AF4B;
}
.BgClassName
{
background-color: #B0AF4B;
}
</style>
border-color css
<style>
span { border-color: #B0AF4B; }
span { border-color: rgb(176,175,75); }
td.TdClassName
{
border-color: #B0AF4B;
}
.TagClassName
{
border-color: #B0AF4B;
}
</style>