Shades of Brass #B4B139
Tints of Brass #B4B139
RGB
CMYK
RGB Variations
Color information
#B4B139 (or 0xB4B139) is known color: Brass. HEX triplet: B4, B1 and 39. RGB value is (180,177,57). Sum of RGB (Red+Green+Blue) = 180+177+57=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B139 is #4B4EC6. Grayscale: #A4A4A4. Windows color (decimal): -4935367 or 3781044. OLE color: 3781044.
HSL color Cylindrical-coordinate representation of color #B4B139: hue angle of 58.54º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4B139 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 57 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.29 |
| HSL | 58.54º | 0.52% | 0.46% | - |
| HSV(B) | 58.54º | 0.68% | 0.71% | - |
| XYZ | 35.28 | 41.44 | 10.01 | - |
| YUV | 164.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 57 | 0 | 0.02 | 0.68 | 0.29 | 58.54 | 0.52 | 0.46 |
| Hex | B4 | B1 | 39 | 0 | 2 | 44 | 1D | 3B | 34 | 2E |
| Octal | 264 | 261 | 71 | 0 | 2 | 104 | 35 | 73 | 64 | 56 |
| Binary | 10110100 | 10110001 | 111001 | 0 | 10 | 1000100 | 11101 | 111011 | 110100 | 101110 |
Color Harmonies of #B4B139
Complementary color
Monochromatic Colors of #B4B139
Black with #B4B139
Text Example
Text Example
White with #B4B139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B139; }
p { color: rgb(180,177,57); }
H1.HeaderClassName
{
color: #B4B139;
}
.AnyTagClassName
{
color: #B4B139;
}
</style>
background-color css
<style>
a { background-color: #B4B139; }
a { background-color: rgb(180,177,57); }
div.DivClassName
{
background-color: #B4B139;
}
.BgClassName
{
background-color: #B4B139;
}
</style>
border-color css
<style>
span { border-color: #B4B139; }
span { border-color: rgb(180,177,57); }
td.TdClassName
{
border-color: #B4B139;
}
.TagClassName
{
border-color: #B4B139;
}
</style>