Shades of Brass #B7B04B
Tints of Brass #B7B04B
RGB
CMYK
RGB Variations
Color information
#B7B04B (or 0xB7B04B) is known color: Brass. HEX triplet: B7, B0 and 4B. RGB value is (183,176,75). Sum of RGB (Red+Green+Blue) = 183+176+75=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B04B is #484FB4. Grayscale: #A6A6A6. Windows color (decimal): -4738997 or 4960439. OLE color: 4960439.
HSL color Cylindrical-coordinate representation of color #B7B04B: hue angle of 56.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7B04B is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 75 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.28 |
| HSL | 56.11º | 0.43% | 0.51% | - |
| HSV(B) | 56.11º | 0.59% | 0.72% | - |
| XYZ | 36.32 | 41.63 | 12.78 | - |
| YUV | 166.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 75 | 0 | 0.04 | 0.59 | 0.28 | 56.11 | 0.43 | 0.51 |
| Hex | B7 | B0 | 4B | 0 | 4 | 3B | 1C | 38 | 2B | 33 |
| Octal | 267 | 260 | 113 | 0 | 4 | 73 | 34 | 70 | 53 | 63 |
| Binary | 10110111 | 10110000 | 1001011 | 0 | 100 | 111011 | 11100 | 111000 | 101011 | 110011 |
Color Harmonies of #B7B04B
Complementary color
Monochromatic Colors of #B7B04B
Black with #B7B04B
Text Example
Text Example
White with #B7B04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B04B; }
p { color: rgb(183,176,75); }
H1.HeaderClassName
{
color: #B7B04B;
}
.AnyTagClassName
{
color: #B7B04B;
}
</style>
background-color css
<style>
a { background-color: #B7B04B; }
a { background-color: rgb(183,176,75); }
div.DivClassName
{
background-color: #B7B04B;
}
.BgClassName
{
background-color: #B7B04B;
}
</style>
border-color css
<style>
span { border-color: #B7B04B; }
span { border-color: rgb(183,176,75); }
td.TdClassName
{
border-color: #B7B04B;
}
.TagClassName
{
border-color: #B7B04B;
}
</style>