Shades of Reef Gold #B08D2D
Tints of Reef Gold #B08D2D
RGB
CMYK
RGB Variations
Color information
#B08D2D (or 0xB08D2D) is known color: Reef Gold. HEX triplet: B0, 8D and 2D. RGB value is (176,141,45). Sum of RGB (Red+Green+Blue) = 176+141+45=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08D2D is #4F72D2. Grayscale: #8C8C8C. Windows color (decimal): -5206739 or 2985392. OLE color: 2985392.
HSL color Cylindrical-coordinate representation of color #B08D2D: hue angle of 43.97º 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 #B08D2D is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 45 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.31 |
| HSL | 43.97º | 0.59% | 0.43% | - |
| HSV(B) | 43.97º | 0.74% | 0.69% | - |
| XYZ | 27.9 | 28.47 | 6.51 | - |
| YUV | 140.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 45 | 0 | 0.20 | 0.74 | 0.31 | 43.97 | 0.59 | 0.43 |
| Hex | B0 | 8D | 2D | 0 | 14 | 4A | 1F | 2C | 3B | 2B |
| Octal | 260 | 215 | 55 | 0 | 24 | 112 | 37 | 54 | 73 | 53 |
| Binary | 10110000 | 10001101 | 101101 | 0 | 10100 | 1001010 | 11111 | 101100 | 111011 | 101011 |
Color Harmonies of #B08D2D
Complementary color
Monochromatic Colors of #B08D2D
Black with #B08D2D
Text Example
Text Example
White with #B08D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D2D; }
p { color: rgb(176,141,45); }
H1.HeaderClassName
{
color: #B08D2D;
}
.AnyTagClassName
{
color: #B08D2D;
}
</style>
background-color css
<style>
a { background-color: #B08D2D; }
a { background-color: rgb(176,141,45); }
div.DivClassName
{
background-color: #B08D2D;
}
.BgClassName
{
background-color: #B08D2D;
}
</style>
border-color css
<style>
span { border-color: #B08D2D; }
span { border-color: rgb(176,141,45); }
td.TdClassName
{
border-color: #B08D2D;
}
.TagClassName
{
border-color: #B08D2D;
}
</style>