Shades of Brass #B1B436
Tints of Brass #B1B436
RGB
CMYK
RGB Variations
Color information
#B1B436 (or 0xB1B436) is known color: Brass. HEX triplet: B1, B4 and 36. RGB value is (177,180,54). Sum of RGB (Red+Green+Blue) = 177+180+54=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B436 is #4E4BC9. Grayscale: #A5A5A5. Windows color (decimal): -5131210 or 3585201. OLE color: 3585201.
HSL color Cylindrical-coordinate representation of color #B1B436: hue angle of 61.43º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1B436 is Cyan = 0.02, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 54 | - |
| CMYK | 0.02 | 0 | 0.7 | 0.29 |
| HSL | 61.43º | 0.54% | 0.46% | - |
| HSV(B) | 61.43º | 0.7% | 0.71% | - |
| XYZ | 35.12 | 42.26 | 9.8 | - |
| YUV | 164.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 54 | 0.02 | 0 | 0.7 | 0.29 | 61.43 | 0.54 | 0.46 |
| Hex | B1 | B4 | 36 | 2 | 0 | 46 | 1D | 3D | 36 | 2E |
| Octal | 261 | 264 | 66 | 2 | 0 | 106 | 35 | 75 | 66 | 56 |
| Binary | 10110001 | 10110100 | 110110 | 10 | 0 | 1000110 | 11101 | 111101 | 110110 | 101110 |
Color Harmonies of #B1B436
Complementary color
Monochromatic Colors of #B1B436
Black with #B1B436
Text Example
Text Example
White with #B1B436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B436; }
p { color: rgb(177,180,54); }
H1.HeaderClassName
{
color: #B1B436;
}
.AnyTagClassName
{
color: #B1B436;
}
</style>
background-color css
<style>
a { background-color: #B1B436; }
a { background-color: rgb(177,180,54); }
div.DivClassName
{
background-color: #B1B436;
}
.BgClassName
{
background-color: #B1B436;
}
</style>
border-color css
<style>
span { border-color: #B1B436; }
span { border-color: rgb(177,180,54); }
td.TdClassName
{
border-color: #B1B436;
}
.TagClassName
{
border-color: #B1B436;
}
</style>