Shades of Reef Gold #B18F2E
Tints of Reef Gold #B18F2E
RGB
CMYK
RGB Variations
Color information
#B18F2E (or 0xB18F2E) is known color: Reef Gold. HEX triplet: B1, 8F and 2E. RGB value is (177,143,46). Sum of RGB (Red+Green+Blue) = 177+143+46=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F2E is #4E70D1. Grayscale: #8E8E8E. Windows color (decimal): -5140690 or 3051441. OLE color: 3051441.
HSL color Cylindrical-coordinate representation of color #B18F2E: hue angle of 44.43º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B18F2E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 46 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.31 |
| HSL | 44.43º | 0.59% | 0.44% | - |
| HSV(B) | 44.43º | 0.74% | 0.69% | - |
| XYZ | 28.45 | 29.19 | 6.72 | - |
| YUV | 142.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 46 | 0 | 0.19 | 0.74 | 0.31 | 44.43 | 0.59 | 0.44 |
| Hex | B1 | 8F | 2E | 0 | 13 | 4A | 1F | 2C | 3B | 2C |
| Octal | 261 | 217 | 56 | 0 | 23 | 112 | 37 | 54 | 73 | 54 |
| Binary | 10110001 | 10001111 | 101110 | 0 | 10011 | 1001010 | 11111 | 101100 | 111011 | 101100 |
Color Harmonies of #B18F2E
Complementary color
Monochromatic Colors of #B18F2E
Black with #B18F2E
Text Example
Text Example
White with #B18F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F2E; }
p { color: rgb(177,143,46); }
H1.HeaderClassName
{
color: #B18F2E;
}
.AnyTagClassName
{
color: #B18F2E;
}
</style>
background-color css
<style>
a { background-color: #B18F2E; }
a { background-color: rgb(177,143,46); }
div.DivClassName
{
background-color: #B18F2E;
}
.BgClassName
{
background-color: #B18F2E;
}
</style>
border-color css
<style>
span { border-color: #B18F2E; }
span { border-color: rgb(177,143,46); }
td.TdClassName
{
border-color: #B18F2E;
}
.TagClassName
{
border-color: #B18F2E;
}
</style>