Shades of Reef Gold #B19433
Tints of Reef Gold #B19433
RGB
CMYK
RGB Variations
Color information
#B19433 (or 0xB19433) is known color: Reef Gold. HEX triplet: B1, 94 and 33. RGB value is (177,148,51). Sum of RGB (Red+Green+Blue) = 177+148+51=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B19433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19433 is #4E6BCC. Grayscale: #929292. Windows color (decimal): -5139405 or 3380401. OLE color: 3380401.
HSL color Cylindrical-coordinate representation of color #B19433: hue angle of 46.19º 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 #B19433 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 51 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.31 |
| HSL | 46.19º | 0.55% | 0.45% | - |
| HSV(B) | 46.19º | 0.71% | 0.69% | - |
| XYZ | 29.32 | 30.77 | 7.53 | - |
| YUV | 145.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 51 | 0 | 0.16 | 0.71 | 0.31 | 46.19 | 0.55 | 0.45 |
| Hex | B1 | 94 | 33 | 0 | 10 | 47 | 1F | 2E | 37 | 2D |
| Octal | 261 | 224 | 63 | 0 | 20 | 107 | 37 | 56 | 67 | 55 |
| Binary | 10110001 | 10010100 | 110011 | 0 | 10000 | 1000111 | 11111 | 101110 | 110111 | 101101 |
Color Harmonies of #B19433
Complementary color
Monochromatic Colors of #B19433
Black with #B19433
Text Example
Text Example
White with #B19433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19433; }
p { color: rgb(177,148,51); }
H1.HeaderClassName
{
color: #B19433;
}
.AnyTagClassName
{
color: #B19433;
}
</style>
background-color css
<style>
a { background-color: #B19433; }
a { background-color: rgb(177,148,51); }
div.DivClassName
{
background-color: #B19433;
}
.BgClassName
{
background-color: #B19433;
}
</style>
border-color css
<style>
span { border-color: #B19433; }
span { border-color: rgb(177,148,51); }
td.TdClassName
{
border-color: #B19433;
}
.TagClassName
{
border-color: #B19433;
}
</style>