Shades of Brass #B8B337
Tints of Brass #B8B337
RGB
CMYK
RGB Variations
Color information
#B8B337 (or 0xB8B337) is known color: Brass. HEX triplet: B8, B3 and 37. RGB value is (184,179,55). Sum of RGB (Red+Green+Blue) = 184+179+55=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B337 is #474CC8. Grayscale: #A6A6A6. Windows color (decimal): -4672713 or 3650488. OLE color: 3650488.
HSL color Cylindrical-coordinate representation of color #B8B337: hue angle of 57.67º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8B337 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 55 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.28 |
| HSL | 57.67º | 0.54% | 0.47% | - |
| HSV(B) | 57.67º | 0.7% | 0.72% | - |
| XYZ | 36.58 | 42.71 | 9.93 | - |
| YUV | 166.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 55 | 0 | 0.03 | 0.70 | 0.28 | 57.67 | 0.54 | 0.47 |
| Hex | B8 | B3 | 37 | 0 | 3 | 46 | 1C | 3A | 36 | 2F |
| Octal | 270 | 263 | 67 | 0 | 3 | 106 | 34 | 72 | 66 | 57 |
| Binary | 10111000 | 10110011 | 110111 | 0 | 11 | 1000110 | 11100 | 111010 | 110110 | 101111 |
Color Harmonies of #B8B337
Complementary color
Monochromatic Colors of #B8B337
Black with #B8B337
Text Example
Text Example
White with #B8B337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B337; }
p { color: rgb(184,179,55); }
H1.HeaderClassName
{
color: #B8B337;
}
.AnyTagClassName
{
color: #B8B337;
}
</style>
background-color css
<style>
a { background-color: #B8B337; }
a { background-color: rgb(184,179,55); }
div.DivClassName
{
background-color: #B8B337;
}
.BgClassName
{
background-color: #B8B337;
}
</style>
border-color css
<style>
span { border-color: #B8B337; }
span { border-color: rgb(184,179,55); }
td.TdClassName
{
border-color: #B8B337;
}
.TagClassName
{
border-color: #B8B337;
}
</style>