Shades of Brass #B2B136
Tints of Brass #B2B136
RGB
CMYK
RGB Variations
Color information
#B2B136 (or 0xB2B136) is known color: Brass. HEX triplet: B2, B1 and 36. RGB value is (178,177,54). Sum of RGB (Red+Green+Blue) = 178+177+54=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B136 is #4D4EC9. Grayscale: #A3A3A3. Windows color (decimal): -5066442 or 3584434. OLE color: 3584434.
HSL color Cylindrical-coordinate representation of color #B2B136: hue angle of 59.52º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2B136 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 54 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.30 |
| HSL | 59.52º | 0.53% | 0.45% | - |
| HSV(B) | 59.52º | 0.7% | 0.7% | - |
| XYZ | 34.75 | 41.18 | 9.61 | - |
| YUV | 163.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 54 | 0 | 0.01 | 0.70 | 0.30 | 59.52 | 0.53 | 0.45 |
| Hex | B2 | B1 | 36 | 0 | 1 | 46 | 1E | 3C | 35 | 2D |
| Octal | 262 | 261 | 66 | 0 | 1 | 106 | 36 | 74 | 65 | 55 |
| Binary | 10110010 | 10110001 | 110110 | 0 | 1 | 1000110 | 11110 | 111100 | 110101 | 101101 |
Color Harmonies of #B2B136
Complementary color
Monochromatic Colors of #B2B136
Black with #B2B136
Text Example
Text Example
White with #B2B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B136; }
p { color: rgb(178,177,54); }
H1.HeaderClassName
{
color: #B2B136;
}
.AnyTagClassName
{
color: #B2B136;
}
</style>
background-color css
<style>
a { background-color: #B2B136; }
a { background-color: rgb(178,177,54); }
div.DivClassName
{
background-color: #B2B136;
}
.BgClassName
{
background-color: #B2B136;
}
</style>
border-color css
<style>
span { border-color: #B2B136; }
span { border-color: rgb(178,177,54); }
td.TdClassName
{
border-color: #B2B136;
}
.TagClassName
{
border-color: #B2B136;
}
</style>