Shades of Reef Gold #B08D32
Tints of Reef Gold #B08D32
RGB
CMYK
RGB Variations
Color information
#B08D32 (or 0xB08D32) is known color: Reef Gold. HEX triplet: B0, 8D and 32. RGB value is (176,141,50). Sum of RGB (Red+Green+Blue) = 176+141+50=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08D32 is #4F72CD. Grayscale: #8D8D8D. Windows color (decimal): -5206734 or 3313072. OLE color: 3313072.
HSL color Cylindrical-coordinate representation of color #B08D32: hue angle of 43.33º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B08D32 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 50 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.31 |
| HSL | 43.33º | 0.56% | 0.44% | - |
| HSV(B) | 43.33º | 0.72% | 0.69% | - |
| XYZ | 28.01 | 28.51 | 7.04 | - |
| YUV | 141.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 50 | 0 | 0.20 | 0.72 | 0.31 | 43.33 | 0.56 | 0.44 |
| Hex | B0 | 8D | 32 | 0 | 14 | 48 | 1F | 2B | 38 | 2C |
| Octal | 260 | 215 | 62 | 0 | 24 | 110 | 37 | 53 | 70 | 54 |
| Binary | 10110000 | 10001101 | 110010 | 0 | 10100 | 1001000 | 11111 | 101011 | 111000 | 101100 |
Color Harmonies of #B08D32
Complementary color
Monochromatic Colors of #B08D32
Black with #B08D32
Text Example
Text Example
White with #B08D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D32; }
p { color: rgb(176,141,50); }
H1.HeaderClassName
{
color: #B08D32;
}
.AnyTagClassName
{
color: #B08D32;
}
</style>
background-color css
<style>
a { background-color: #B08D32; }
a { background-color: rgb(176,141,50); }
div.DivClassName
{
background-color: #B08D32;
}
.BgClassName
{
background-color: #B08D32;
}
</style>
border-color css
<style>
span { border-color: #B08D32; }
span { border-color: rgb(176,141,50); }
td.TdClassName
{
border-color: #B08D32;
}
.TagClassName
{
border-color: #B08D32;
}
</style>