Shades of Brass #B7B04C
Tints of Brass #B7B04C
RGB
CMYK
RGB Variations
Color information
#B7B04C (or 0xB7B04C) is known color: Brass. HEX triplet: B7, B0 and 4C. RGB value is (183,176,76). Sum of RGB (Red+Green+Blue) = 183+176+76=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B04C is #484FB3. Grayscale: #A7A7A7. Windows color (decimal): -4738996 or 5025975. OLE color: 5025975.
HSL color Cylindrical-coordinate representation of color #B7B04C: hue angle of 56.07º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7B04C is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 76 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.28 |
| HSL | 56.07º | 0.43% | 0.51% | - |
| HSV(B) | 56.07º | 0.58% | 0.72% | - |
| XYZ | 36.36 | 41.64 | 12.96 | - |
| YUV | 166.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 76 | 0 | 0.04 | 0.58 | 0.28 | 56.07 | 0.43 | 0.51 |
| Hex | B7 | B0 | 4C | 0 | 4 | 3A | 1C | 38 | 2B | 33 |
| Octal | 267 | 260 | 114 | 0 | 4 | 72 | 34 | 70 | 53 | 63 |
| Binary | 10110111 | 10110000 | 1001100 | 0 | 100 | 111010 | 11100 | 111000 | 101011 | 110011 |
Color Harmonies of #B7B04C
Complementary color
Monochromatic Colors of #B7B04C
Black with #B7B04C
Text Example
Text Example
White with #B7B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B04C; }
p { color: rgb(183,176,76); }
H1.HeaderClassName
{
color: #B7B04C;
}
.AnyTagClassName
{
color: #B7B04C;
}
</style>
background-color css
<style>
a { background-color: #B7B04C; }
a { background-color: rgb(183,176,76); }
div.DivClassName
{
background-color: #B7B04C;
}
.BgClassName
{
background-color: #B7B04C;
}
</style>
border-color css
<style>
span { border-color: #B7B04C; }
span { border-color: rgb(183,176,76); }
td.TdClassName
{
border-color: #B7B04C;
}
.TagClassName
{
border-color: #B7B04C;
}
</style>