Shades of Reef Gold #B08E2F
Tints of Reef Gold #B08E2F
RGB
CMYK
RGB Variations
Color information
#B08E2F (or 0xB08E2F) is known color: Reef Gold. HEX triplet: B0, 8E and 2F. RGB value is (176,142,47). Sum of RGB (Red+Green+Blue) = 176+142+47=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08E2F is #4F71D0. Grayscale: #8D8D8D. Windows color (decimal): -5206481 or 3116720. OLE color: 3116720.
HSL color Cylindrical-coordinate representation of color #B08E2F: hue angle of 44.19º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B08E2F is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 47 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.31 |
| HSL | 44.19º | 0.58% | 0.44% | - |
| HSV(B) | 44.19º | 0.73% | 0.69% | - |
| XYZ | 28.09 | 28.78 | 6.76 | - |
| YUV | 141.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 47 | 0 | 0.19 | 0.73 | 0.31 | 44.19 | 0.58 | 0.44 |
| Hex | B0 | 8E | 2F | 0 | 13 | 49 | 1F | 2C | 3A | 2C |
| Octal | 260 | 216 | 57 | 0 | 23 | 111 | 37 | 54 | 72 | 54 |
| Binary | 10110000 | 10001110 | 101111 | 0 | 10011 | 1001001 | 11111 | 101100 | 111010 | 101100 |
Color Harmonies of #B08E2F
Complementary color
Monochromatic Colors of #B08E2F
Black with #B08E2F
Text Example
Text Example
White with #B08E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E2F; }
p { color: rgb(176,142,47); }
H1.HeaderClassName
{
color: #B08E2F;
}
.AnyTagClassName
{
color: #B08E2F;
}
</style>
background-color css
<style>
a { background-color: #B08E2F; }
a { background-color: rgb(176,142,47); }
div.DivClassName
{
background-color: #B08E2F;
}
.BgClassName
{
background-color: #B08E2F;
}
</style>
border-color css
<style>
span { border-color: #B08E2F; }
span { border-color: rgb(176,142,47); }
td.TdClassName
{
border-color: #B08E2F;
}
.TagClassName
{
border-color: #B08E2F;
}
</style>