Shades of Reef Gold #B18F31
Tints of Reef Gold #B18F31
RGB
CMYK
RGB Variations
Color information
#B18F31 (or 0xB18F31) is known color: Reef Gold. HEX triplet: B1, 8F and 31. RGB value is (177,143,49). Sum of RGB (Red+Green+Blue) = 177+143+49=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F31 is #4E70CE. Grayscale: #8E8E8E. Windows color (decimal): -5140687 or 3248049. OLE color: 3248049.
HSL color Cylindrical-coordinate representation of color #B18F31: hue angle of 44.06º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B18F31 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 49 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.31 |
| HSL | 44.06º | 0.57% | 0.44% | - |
| HSV(B) | 44.06º | 0.72% | 0.69% | - |
| XYZ | 28.51 | 29.21 | 7.04 | - |
| YUV | 142.45 | 75.26 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 49 | 0 | 0.19 | 0.72 | 0.31 | 44.06 | 0.57 | 0.44 |
| Hex | B1 | 8F | 31 | 0 | 13 | 48 | 1F | 2C | 39 | 2C |
| Octal | 261 | 217 | 61 | 0 | 23 | 110 | 37 | 54 | 71 | 54 |
| Binary | 10110001 | 10001111 | 110001 | 0 | 10011 | 1001000 | 11111 | 101100 | 111001 | 101100 |
Color Harmonies of #B18F31
Complementary color
Monochromatic Colors of #B18F31
Black with #B18F31
Text Example
Text Example
White with #B18F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F31; }
p { color: rgb(177,143,49); }
H1.HeaderClassName
{
color: #B18F31;
}
.AnyTagClassName
{
color: #B18F31;
}
</style>
background-color css
<style>
a { background-color: #B18F31; }
a { background-color: rgb(177,143,49); }
div.DivClassName
{
background-color: #B18F31;
}
.BgClassName
{
background-color: #B18F31;
}
</style>
border-color css
<style>
span { border-color: #B18F31; }
span { border-color: rgb(177,143,49); }
td.TdClassName
{
border-color: #B18F31;
}
.TagClassName
{
border-color: #B18F31;
}
</style>