Shades of Brass #B4B136
Tints of Brass #B4B136
RGB
CMYK
RGB Variations
Color information
#B4B136 (or 0xB4B136) is known color: Brass. HEX triplet: B4, B1 and 36. RGB value is (180,177,54). Sum of RGB (Red+Green+Blue) = 180+177+54=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B136 is #4B4EC9. Grayscale: #A4A4A4. Windows color (decimal): -4935370 or 3584436. OLE color: 3584436.
HSL color Cylindrical-coordinate representation of color #B4B136: hue angle of 58.57º 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 #B4B136 is Cyan = 0, Magento = 0.02, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 54 | - |
| CMYK | 0 | 0.02 | 0.7 | 0.29 |
| HSL | 58.57º | 0.54% | 0.46% | - |
| HSV(B) | 58.57º | 0.7% | 0.71% | - |
| XYZ | 35.21 | 41.41 | 9.63 | - |
| YUV | 163.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 54 | 0 | 0.02 | 0.7 | 0.29 | 58.57 | 0.54 | 0.46 |
| Hex | B4 | B1 | 36 | 0 | 2 | 46 | 1D | 3B | 36 | 2E |
| Octal | 264 | 261 | 66 | 0 | 2 | 106 | 35 | 73 | 66 | 56 |
| Binary | 10110100 | 10110001 | 110110 | 0 | 10 | 1000110 | 11101 | 111011 | 110110 | 101110 |
Color Harmonies of #B4B136
Complementary color
Monochromatic Colors of #B4B136
Black with #B4B136
Text Example
Text Example
White with #B4B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B136; }
p { color: rgb(180,177,54); }
H1.HeaderClassName
{
color: #B4B136;
}
.AnyTagClassName
{
color: #B4B136;
}
</style>
background-color css
<style>
a { background-color: #B4B136; }
a { background-color: rgb(180,177,54); }
div.DivClassName
{
background-color: #B4B136;
}
.BgClassName
{
background-color: #B4B136;
}
</style>
border-color css
<style>
span { border-color: #B4B136; }
span { border-color: rgb(180,177,54); }
td.TdClassName
{
border-color: #B4B136;
}
.TagClassName
{
border-color: #B4B136;
}
</style>