Shades of Reef Gold #B19735
Tints of Reef Gold #B19735
RGB
CMYK
RGB Variations
Color information
#B19735 (or 0xB19735) is known color: Reef Gold. HEX triplet: B1, 97 and 35. RGB value is (177,151,53). Sum of RGB (Red+Green+Blue) = 177+151+53=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B19735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19735 is #4E68CA. Grayscale: #949494. Windows color (decimal): -5138635 or 3512241. OLE color: 3512241.
HSL color Cylindrical-coordinate representation of color #B19735: hue angle of 47.42º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B19735 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 53 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.31 |
| HSL | 47.42º | 0.54% | 0.45% | - |
| HSV(B) | 47.42º | 0.7% | 0.69% | - |
| XYZ | 29.84 | 31.74 | 7.92 | - |
| YUV | 147.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 53 | 0 | 0.15 | 0.70 | 0.31 | 47.42 | 0.54 | 0.45 |
| Hex | B1 | 97 | 35 | 0 | F | 46 | 1F | 2F | 36 | 2D |
| Octal | 261 | 227 | 65 | 0 | 17 | 106 | 37 | 57 | 66 | 55 |
| Binary | 10110001 | 10010111 | 110101 | 0 | 1111 | 1000110 | 11111 | 101111 | 110110 | 101101 |
Color Harmonies of #B19735
Complementary color
Monochromatic Colors of #B19735
Black with #B19735
Text Example
Text Example
White with #B19735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19735; }
p { color: rgb(177,151,53); }
H1.HeaderClassName
{
color: #B19735;
}
.AnyTagClassName
{
color: #B19735;
}
</style>
background-color css
<style>
a { background-color: #B19735; }
a { background-color: rgb(177,151,53); }
div.DivClassName
{
background-color: #B19735;
}
.BgClassName
{
background-color: #B19735;
}
</style>
border-color css
<style>
span { border-color: #B19735; }
span { border-color: rgb(177,151,53); }
td.TdClassName
{
border-color: #B19735;
}
.TagClassName
{
border-color: #B19735;
}
</style>