Shades of Reef Gold #B19636
Tints of Reef Gold #B19636
RGB
CMYK
RGB Variations
Color information
#B19636 (or 0xB19636) is known color: Reef Gold. HEX triplet: B1, 96 and 36. RGB value is (177,150,54). Sum of RGB (Red+Green+Blue) = 177+150+54=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B19636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19636 is #4E69C9. Grayscale: #939393. Windows color (decimal): -5138890 or 3577521. OLE color: 3577521.
HSL color Cylindrical-coordinate representation of color #B19636: hue angle of 46.83º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B19636 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 54 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.31 |
| HSL | 46.83º | 0.53% | 0.45% | - |
| HSV(B) | 46.83º | 0.69% | 0.69% | - |
| XYZ | 29.7 | 31.43 | 7.99 | - |
| YUV | 147.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 54 | 0 | 0.15 | 0.69 | 0.31 | 46.83 | 0.53 | 0.45 |
| Hex | B1 | 96 | 36 | 0 | F | 45 | 1F | 2F | 35 | 2D |
| Octal | 261 | 226 | 66 | 0 | 17 | 105 | 37 | 57 | 65 | 55 |
| Binary | 10110001 | 10010110 | 110110 | 0 | 1111 | 1000101 | 11111 | 101111 | 110101 | 101101 |
Color Harmonies of #B19636
Complementary color
Monochromatic Colors of #B19636
Black with #B19636
Text Example
Text Example
White with #B19636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19636; }
p { color: rgb(177,150,54); }
H1.HeaderClassName
{
color: #B19636;
}
.AnyTagClassName
{
color: #B19636;
}
</style>
background-color css
<style>
a { background-color: #B19636; }
a { background-color: rgb(177,150,54); }
div.DivClassName
{
background-color: #B19636;
}
.BgClassName
{
background-color: #B19636;
}
</style>
border-color css
<style>
span { border-color: #B19636; }
span { border-color: rgb(177,150,54); }
td.TdClassName
{
border-color: #B19636;
}
.TagClassName
{
border-color: #B19636;
}
</style>