Shades of Reef Gold #B19131
Tints of Reef Gold #B19131
RGB
CMYK
RGB Variations
Color information
#B19131 (or 0xB19131) is known color: Reef Gold. HEX triplet: B1, 91 and 31. RGB value is (177,145,49). Sum of RGB (Red+Green+Blue) = 177+145+49=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B19131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19131 is #4E6ECE. Grayscale: #909090. Windows color (decimal): -5140175 or 3248561. OLE color: 3248561.
HSL color Cylindrical-coordinate representation of color #B19131: hue angle of 45º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B19131 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 49 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.31 |
| HSL | 45º | 0.57% | 0.44% | - |
| HSV(B) | 45º | 0.72% | 0.69% | - |
| XYZ | 28.81 | 29.82 | 7.14 | - |
| YUV | 143.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 49 | 0 | 0.18 | 0.72 | 0.31 | 45 | 0.57 | 0.44 |
| Hex | B1 | 91 | 31 | 0 | 12 | 48 | 1F | 2D | 39 | 2C |
| Octal | 261 | 221 | 61 | 0 | 22 | 110 | 37 | 55 | 71 | 54 |
| Binary | 10110001 | 10010001 | 110001 | 0 | 10010 | 1001000 | 11111 | 101101 | 111001 | 101100 |
Color Harmonies of #B19131
Complementary color
Monochromatic Colors of #B19131
Black with #B19131
Text Example
Text Example
White with #B19131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19131; }
p { color: rgb(177,145,49); }
H1.HeaderClassName
{
color: #B19131;
}
.AnyTagClassName
{
color: #B19131;
}
</style>
background-color css
<style>
a { background-color: #B19131; }
a { background-color: rgb(177,145,49); }
div.DivClassName
{
background-color: #B19131;
}
.BgClassName
{
background-color: #B19131;
}
</style>
border-color css
<style>
span { border-color: #B19131; }
span { border-color: rgb(177,145,49); }
td.TdClassName
{
border-color: #B19131;
}
.TagClassName
{
border-color: #B19131;
}
</style>