Shades of Brass #B1AF4B
Tints of Brass #B1AF4B
RGB
CMYK
RGB Variations
Color information
#B1AF4B (or 0xB1AF4B) is known color: Brass. HEX triplet: B1, AF and 4B. RGB value is (177,175,75). Sum of RGB (Red+Green+Blue) = 177+175+75=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF4B is #4E50B4. Grayscale: #A4A4A4. Windows color (decimal): -5132469 or 4960177. OLE color: 4960177.
HSL color Cylindrical-coordinate representation of color #B1AF4B: hue angle of 58.82º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1AF4B is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 75 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.31 |
| HSL | 58.82º | 0.4% | 0.49% | - |
| HSV(B) | 58.82º | 0.58% | 0.69% | - |
| XYZ | 34.73 | 40.52 | 12.65 | - |
| YUV | 164.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 75 | 0 | 0.01 | 0.58 | 0.31 | 58.82 | 0.4 | 0.49 |
| Hex | B1 | AF | 4B | 0 | 1 | 3A | 1F | 3B | 28 | 31 |
| Octal | 261 | 257 | 113 | 0 | 1 | 72 | 37 | 73 | 50 | 61 |
| Binary | 10110001 | 10101111 | 1001011 | 0 | 1 | 111010 | 11111 | 111011 | 101000 | 110001 |
Color Harmonies of #B1AF4B
Complementary color
Monochromatic Colors of #B1AF4B
Black with #B1AF4B
Text Example
Text Example
White with #B1AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF4B; }
p { color: rgb(177,175,75); }
H1.HeaderClassName
{
color: #B1AF4B;
}
.AnyTagClassName
{
color: #B1AF4B;
}
</style>
background-color css
<style>
a { background-color: #B1AF4B; }
a { background-color: rgb(177,175,75); }
div.DivClassName
{
background-color: #B1AF4B;
}
.BgClassName
{
background-color: #B1AF4B;
}
</style>
border-color css
<style>
span { border-color: #B1AF4B; }
span { border-color: rgb(177,175,75); }
td.TdClassName
{
border-color: #B1AF4B;
}
.TagClassName
{
border-color: #B1AF4B;
}
</style>