Shades of Reef Gold #B19032
Tints of Reef Gold #B19032
RGB
CMYK
RGB Variations
Color information
#B19032 (or 0xB19032) is known color: Reef Gold. HEX triplet: B1, 90 and 32. RGB value is (177,144,50). Sum of RGB (Red+Green+Blue) = 177+144+50=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B19032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19032 is #4E6FCD. Grayscale: #8F8F8F. Windows color (decimal): -5140430 or 3313841. OLE color: 3313841.
HSL color Cylindrical-coordinate representation of color #B19032: hue angle of 44.41º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B19032 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 50 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.31 |
| HSL | 44.41º | 0.56% | 0.45% | - |
| HSV(B) | 44.41º | 0.72% | 0.69% | - |
| XYZ | 28.68 | 29.52 | 7.2 | - |
| YUV | 143.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 50 | 0 | 0.19 | 0.72 | 0.31 | 44.41 | 0.56 | 0.45 |
| Hex | B1 | 90 | 32 | 0 | 13 | 48 | 1F | 2C | 38 | 2D |
| Octal | 261 | 220 | 62 | 0 | 23 | 110 | 37 | 54 | 70 | 55 |
| Binary | 10110001 | 10010000 | 110010 | 0 | 10011 | 1001000 | 11111 | 101100 | 111000 | 101101 |
Color Harmonies of #B19032
Complementary color
Monochromatic Colors of #B19032
Black with #B19032
Text Example
Text Example
White with #B19032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19032; }
p { color: rgb(177,144,50); }
H1.HeaderClassName
{
color: #B19032;
}
.AnyTagClassName
{
color: #B19032;
}
</style>
background-color css
<style>
a { background-color: #B19032; }
a { background-color: rgb(177,144,50); }
div.DivClassName
{
background-color: #B19032;
}
.BgClassName
{
background-color: #B19032;
}
</style>
border-color css
<style>
span { border-color: #B19032; }
span { border-color: rgb(177,144,50); }
td.TdClassName
{
border-color: #B19032;
}
.TagClassName
{
border-color: #B19032;
}
</style>