Shades of Reef Gold #B08A2C
Tints of Reef Gold #B08A2C
RGB
CMYK
RGB Variations
Color information
#B08A2C (or 0xB08A2C) is known color: Reef Gold. HEX triplet: B0, 8A and 2C. RGB value is (176,138,44). Sum of RGB (Red+Green+Blue) = 176+138+44=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A2C is #4F75D3. Grayscale: #8B8B8B. Windows color (decimal): -5207508 or 2919088. OLE color: 2919088.
HSL color Cylindrical-coordinate representation of color #B08A2C: hue angle of 42.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B08A2C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 44 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.31 |
| HSL | 42.73º | 0.6% | 0.43% | - |
| HSV(B) | 42.73º | 0.75% | 0.69% | - |
| XYZ | 27.45 | 27.59 | 6.26 | - |
| YUV | 138.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 44 | 0 | 0.22 | 0.75 | 0.31 | 42.73 | 0.6 | 0.43 |
| Hex | B0 | 8A | 2C | 0 | 16 | 4B | 1F | 2B | 3C | 2B |
| Octal | 260 | 212 | 54 | 0 | 26 | 113 | 37 | 53 | 74 | 53 |
| Binary | 10110000 | 10001010 | 101100 | 0 | 10110 | 1001011 | 11111 | 101011 | 111100 | 101011 |
Color Harmonies of #B08A2C
Complementary color
Monochromatic Colors of #B08A2C
Black with #B08A2C
Text Example
Text Example
White with #B08A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A2C; }
p { color: rgb(176,138,44); }
H1.HeaderClassName
{
color: #B08A2C;
}
.AnyTagClassName
{
color: #B08A2C;
}
</style>
background-color css
<style>
a { background-color: #B08A2C; }
a { background-color: rgb(176,138,44); }
div.DivClassName
{
background-color: #B08A2C;
}
.BgClassName
{
background-color: #B08A2C;
}
</style>
border-color css
<style>
span { border-color: #B08A2C; }
span { border-color: rgb(176,138,44); }
td.TdClassName
{
border-color: #B08A2C;
}
.TagClassName
{
border-color: #B08A2C;
}
</style>