Shades of Brass #B7B03B
Tints of Brass #B7B03B
RGB
CMYK
RGB Variations
Color information
#B7B03B (or 0xB7B03B) is known color: Brass. HEX triplet: B7, B0 and 3B. RGB value is (183,176,59). Sum of RGB (Red+Green+Blue) = 183+176+59=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B03B is #484FC4. Grayscale: #A5A5A5. Windows color (decimal): -4739013 or 3911863. OLE color: 3911863.
HSL color Cylindrical-coordinate representation of color #B7B03B: hue angle of 56.61º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7B03B is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 59 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.28 |
| HSL | 56.61º | 0.51% | 0.47% | - |
| HSV(B) | 56.61º | 0.68% | 0.72% | - |
| XYZ | 35.84 | 41.43 | 10.25 | - |
| YUV | 164.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 59 | 0 | 0.04 | 0.68 | 0.28 | 56.61 | 0.51 | 0.47 |
| Hex | B7 | B0 | 3B | 0 | 4 | 44 | 1C | 39 | 33 | 2F |
| Octal | 267 | 260 | 73 | 0 | 4 | 104 | 34 | 71 | 63 | 57 |
| Binary | 10110111 | 10110000 | 111011 | 0 | 100 | 1000100 | 11100 | 111001 | 110011 | 101111 |
Color Harmonies of #B7B03B
Complementary color
Monochromatic Colors of #B7B03B
Black with #B7B03B
Text Example
Text Example
White with #B7B03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B03B; }
p { color: rgb(183,176,59); }
H1.HeaderClassName
{
color: #B7B03B;
}
.AnyTagClassName
{
color: #B7B03B;
}
</style>
background-color css
<style>
a { background-color: #B7B03B; }
a { background-color: rgb(183,176,59); }
div.DivClassName
{
background-color: #B7B03B;
}
.BgClassName
{
background-color: #B7B03B;
}
</style>
border-color css
<style>
span { border-color: #B7B03B; }
span { border-color: rgb(183,176,59); }
td.TdClassName
{
border-color: #B7B03B;
}
.TagClassName
{
border-color: #B7B03B;
}
</style>