Shades of Brass #B3B237
Tints of Brass #B3B237
RGB
CMYK
RGB Variations
Color information
#B3B237 (or 0xB3B237) is known color: Brass. HEX triplet: B3, B2 and 37. RGB value is (179,178,55). Sum of RGB (Red+Green+Blue) = 179+178+55=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B237 is #4C4DC8. Grayscale: #A4A4A4. Windows color (decimal): -5000649 or 3650227. OLE color: 3650227.
HSL color Cylindrical-coordinate representation of color #B3B237: hue angle of 59.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3B237 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 178 | 55 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.30 |
| HSL | 59.52º | 0.53% | 0.46% | - |
| HSV(B) | 59.52º | 0.69% | 0.7% | - |
| XYZ | 35.2 | 41.7 | 9.81 | - |
| YUV | 164.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 55 | 0 | 0.01 | 0.69 | 0.30 | 59.52 | 0.53 | 0.46 |
| Hex | B3 | B2 | 37 | 0 | 1 | 45 | 1E | 3C | 35 | 2E |
| Octal | 263 | 262 | 67 | 0 | 1 | 105 | 36 | 74 | 65 | 56 |
| Binary | 10110011 | 10110010 | 110111 | 0 | 1 | 1000101 | 11110 | 111100 | 110101 | 101110 |
Color Harmonies of #B3B237
Complementary color
Monochromatic Colors of #B3B237
Black with #B3B237
Text Example
Text Example
White with #B3B237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B237; }
p { color: rgb(179,178,55); }
H1.HeaderClassName
{
color: #B3B237;
}
.AnyTagClassName
{
color: #B3B237;
}
</style>
background-color css
<style>
a { background-color: #B3B237; }
a { background-color: rgb(179,178,55); }
div.DivClassName
{
background-color: #B3B237;
}
.BgClassName
{
background-color: #B3B237;
}
</style>
border-color css
<style>
span { border-color: #B3B237; }
span { border-color: rgb(179,178,55); }
td.TdClassName
{
border-color: #B3B237;
}
.TagClassName
{
border-color: #B3B237;
}
</style>