Shades of Reef Gold #B08A2D
Tints of Reef Gold #B08A2D
RGB
CMYK
RGB Variations
Color information
#B08A2D (or 0xB08A2D) is known color: Reef Gold. HEX triplet: B0, 8A and 2D. RGB value is (176,138,45). Sum of RGB (Red+Green+Blue) = 176+138+45=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A2D is #4F75D2. Grayscale: #8B8B8B. Windows color (decimal): -5207507 or 2984624. OLE color: 2984624.
HSL color Cylindrical-coordinate representation of color #B08A2D: hue angle of 42.6º 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 #B08A2D is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 45 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.31 |
| HSL | 42.6º | 0.59% | 0.43% | - |
| HSV(B) | 42.6º | 0.74% | 0.69% | - |
| XYZ | 27.47 | 27.6 | 6.36 | - |
| YUV | 138.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 45 | 0 | 0.22 | 0.74 | 0.31 | 42.6 | 0.59 | 0.43 |
| Hex | B0 | 8A | 2D | 0 | 16 | 4A | 1F | 2B | 3B | 2B |
| Octal | 260 | 212 | 55 | 0 | 26 | 112 | 37 | 53 | 73 | 53 |
| Binary | 10110000 | 10001010 | 101101 | 0 | 10110 | 1001010 | 11111 | 101011 | 111011 | 101011 |
Color Harmonies of #B08A2D
Complementary color
Monochromatic Colors of #B08A2D
Black with #B08A2D
Text Example
Text Example
White with #B08A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A2D; }
p { color: rgb(176,138,45); }
H1.HeaderClassName
{
color: #B08A2D;
}
.AnyTagClassName
{
color: #B08A2D;
}
</style>
background-color css
<style>
a { background-color: #B08A2D; }
a { background-color: rgb(176,138,45); }
div.DivClassName
{
background-color: #B08A2D;
}
.BgClassName
{
background-color: #B08A2D;
}
</style>
border-color css
<style>
span { border-color: #B08A2D; }
span { border-color: rgb(176,138,45); }
td.TdClassName
{
border-color: #B08A2D;
}
.TagClassName
{
border-color: #B08A2D;
}
</style>