Shades of Brass #B7B03F
Tints of Brass #B7B03F
RGB
CMYK
RGB Variations
Color information
#B7B03F (or 0xB7B03F) is known color: Brass. HEX triplet: B7, B0 and 3F. RGB value is (183,176,63). Sum of RGB (Red+Green+Blue) = 183+176+63=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B03F is #484FC0. Grayscale: #A5A5A5. Windows color (decimal): -4739009 or 4174007. OLE color: 4174007.
HSL color Cylindrical-coordinate representation of color #B7B03F: hue angle of 56.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7B03F is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 63 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.28 |
| HSL | 56.5º | 0.49% | 0.48% | - |
| HSV(B) | 56.5º | 0.66% | 0.72% | - |
| XYZ | 35.95 | 41.48 | 10.81 | - |
| YUV | 165.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 63 | 0 | 0.04 | 0.66 | 0.28 | 56.5 | 0.49 | 0.48 |
| Hex | B7 | B0 | 3F | 0 | 4 | 42 | 1C | 38 | 31 | 30 |
| Octal | 267 | 260 | 77 | 0 | 4 | 102 | 34 | 70 | 61 | 60 |
| Binary | 10110111 | 10110000 | 111111 | 0 | 100 | 1000010 | 11100 | 111000 | 110001 | 110000 |
Color Harmonies of #B7B03F
Complementary color
Monochromatic Colors of #B7B03F
Black with #B7B03F
Text Example
Text Example
White with #B7B03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B03F; }
p { color: rgb(183,176,63); }
H1.HeaderClassName
{
color: #B7B03F;
}
.AnyTagClassName
{
color: #B7B03F;
}
</style>
background-color css
<style>
a { background-color: #B7B03F; }
a { background-color: rgb(183,176,63); }
div.DivClassName
{
background-color: #B7B03F;
}
.BgClassName
{
background-color: #B7B03F;
}
</style>
border-color css
<style>
span { border-color: #B7B03F; }
span { border-color: rgb(183,176,63); }
td.TdClassName
{
border-color: #B7B03F;
}
.TagClassName
{
border-color: #B7B03F;
}
</style>