Shades of Reef Gold #B18E2E
Tints of Reef Gold #B18E2E
RGB
CMYK
RGB Variations
Color information
#B18E2E (or 0xB18E2E) is known color: Reef Gold. HEX triplet: B1, 8E and 2E. RGB value is (177,142,46). Sum of RGB (Red+Green+Blue) = 177+142+46=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E2E is #4E71D1. Grayscale: #8D8D8D. Windows color (decimal): -5140946 or 3051185. OLE color: 3051185.
HSL color Cylindrical-coordinate representation of color #B18E2E: hue angle of 43.97º 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 #B18E2E is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 142 | 46 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.31 |
| HSL | 43.97º | 0.59% | 0.44% | - |
| HSV(B) | 43.97º | 0.74% | 0.69% | - |
| XYZ | 28.3 | 28.89 | 6.67 | - |
| YUV | 141.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 46 | 0 | 0.20 | 0.74 | 0.31 | 43.97 | 0.59 | 0.44 |
| Hex | B1 | 8E | 2E | 0 | 14 | 4A | 1F | 2C | 3B | 2C |
| Octal | 261 | 216 | 56 | 0 | 24 | 112 | 37 | 54 | 73 | 54 |
| Binary | 10110001 | 10001110 | 101110 | 0 | 10100 | 1001010 | 11111 | 101100 | 111011 | 101100 |
Color Harmonies of #B18E2E
Complementary color
Monochromatic Colors of #B18E2E
Black with #B18E2E
Text Example
Text Example
White with #B18E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18E2E; }
p { color: rgb(177,142,46); }
H1.HeaderClassName
{
color: #B18E2E;
}
.AnyTagClassName
{
color: #B18E2E;
}
</style>
background-color css
<style>
a { background-color: #B18E2E; }
a { background-color: rgb(177,142,46); }
div.DivClassName
{
background-color: #B18E2E;
}
.BgClassName
{
background-color: #B18E2E;
}
</style>
border-color css
<style>
span { border-color: #B18E2E; }
span { border-color: rgb(177,142,46); }
td.TdClassName
{
border-color: #B18E2E;
}
.TagClassName
{
border-color: #B18E2E;
}
</style>