Shades of Reef Gold #B08C2D
Tints of Reef Gold #B08C2D
RGB
CMYK
RGB Variations
Color information
#B08C2D (or 0xB08C2D) is known color: Reef Gold. HEX triplet: B0, 8C and 2D. RGB value is (176,140,45). Sum of RGB (Red+Green+Blue) = 176+140+45=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C2D is #4F73D2. Grayscale: #8C8C8C. Windows color (decimal): -5206995 or 2985136. OLE color: 2985136.
HSL color Cylindrical-coordinate representation of color #B08C2D: hue angle of 43.51º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B08C2D is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 45 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.31 |
| HSL | 43.51º | 0.59% | 0.43% | - |
| HSV(B) | 43.51º | 0.74% | 0.69% | - |
| XYZ | 27.76 | 28.18 | 6.46 | - |
| YUV | 139.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 45 | 0 | 0.20 | 0.74 | 0.31 | 43.51 | 0.59 | 0.43 |
| Hex | B0 | 8C | 2D | 0 | 14 | 4A | 1F | 2C | 3B | 2B |
| Octal | 260 | 214 | 55 | 0 | 24 | 112 | 37 | 54 | 73 | 53 |
| Binary | 10110000 | 10001100 | 101101 | 0 | 10100 | 1001010 | 11111 | 101100 | 111011 | 101011 |
Color Harmonies of #B08C2D
Complementary color
Monochromatic Colors of #B08C2D
Black with #B08C2D
Text Example
Text Example
White with #B08C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C2D; }
p { color: rgb(176,140,45); }
H1.HeaderClassName
{
color: #B08C2D;
}
.AnyTagClassName
{
color: #B08C2D;
}
</style>
background-color css
<style>
a { background-color: #B08C2D; }
a { background-color: rgb(176,140,45); }
div.DivClassName
{
background-color: #B08C2D;
}
.BgClassName
{
background-color: #B08C2D;
}
</style>
border-color css
<style>
span { border-color: #B08C2D; }
span { border-color: rgb(176,140,45); }
td.TdClassName
{
border-color: #B08C2D;
}
.TagClassName
{
border-color: #B08C2D;
}
</style>