Shades of Reef Gold #B19633
Tints of Reef Gold #B19633
RGB
CMYK
RGB Variations
Color information
#B19633 (or 0xB19633) is known color: Reef Gold. HEX triplet: B1, 96 and 33. RGB value is (177,150,51). Sum of RGB (Red+Green+Blue) = 177+150+51=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B19633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19633 is #4E69CC. Grayscale: #939393. Windows color (decimal): -5138893 or 3380913. OLE color: 3380913.
HSL color Cylindrical-coordinate representation of color #B19633: hue angle of 47.14º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B19633 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 51 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.31 |
| HSL | 47.14º | 0.55% | 0.45% | - |
| HSV(B) | 47.14º | 0.71% | 0.69% | - |
| XYZ | 29.64 | 31.4 | 7.63 | - |
| YUV | 146.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 51 | 0 | 0.15 | 0.71 | 0.31 | 47.14 | 0.55 | 0.45 |
| Hex | B1 | 96 | 33 | 0 | F | 47 | 1F | 2F | 37 | 2D |
| Octal | 261 | 226 | 63 | 0 | 17 | 107 | 37 | 57 | 67 | 55 |
| Binary | 10110001 | 10010110 | 110011 | 0 | 1111 | 1000111 | 11111 | 101111 | 110111 | 101101 |
Color Harmonies of #B19633
Complementary color
Monochromatic Colors of #B19633
Black with #B19633
Text Example
Text Example
White with #B19633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19633; }
p { color: rgb(177,150,51); }
H1.HeaderClassName
{
color: #B19633;
}
.AnyTagClassName
{
color: #B19633;
}
</style>
background-color css
<style>
a { background-color: #B19633; }
a { background-color: rgb(177,150,51); }
div.DivClassName
{
background-color: #B19633;
}
.BgClassName
{
background-color: #B19633;
}
</style>
border-color css
<style>
span { border-color: #B19633; }
span { border-color: rgb(177,150,51); }
td.TdClassName
{
border-color: #B19633;
}
.TagClassName
{
border-color: #B19633;
}
</style>