Shades of Reef Gold #B09937
Tints of Reef Gold #B09937
RGB
CMYK
RGB Variations
Color information
#B09937 (or 0xB09937) is known color: Reef Gold. HEX triplet: B0, 99 and 37. RGB value is (176,153,55). Sum of RGB (Red+Green+Blue) = 176+153+55=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B09937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09937 is #4F66C8. Grayscale: #959595. Windows color (decimal): -5203657 or 3643824. OLE color: 3643824.
HSL color Cylindrical-coordinate representation of color #B09937: hue angle of 48.6º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B09937 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 55 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.31 |
| HSL | 48.6º | 0.52% | 0.45% | - |
| HSV(B) | 48.6º | 0.69% | 0.69% | - |
| XYZ | 29.99 | 32.29 | 8.27 | - |
| YUV | 148.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 55 | 0 | 0.13 | 0.69 | 0.31 | 48.6 | 0.52 | 0.45 |
| Hex | B0 | 99 | 37 | 0 | D | 45 | 1F | 31 | 34 | 2D |
| Octal | 260 | 231 | 67 | 0 | 15 | 105 | 37 | 61 | 64 | 55 |
| Binary | 10110000 | 10011001 | 110111 | 0 | 1101 | 1000101 | 11111 | 110001 | 110100 | 101101 |
Color Harmonies of #B09937
Complementary color
Monochromatic Colors of #B09937
Black with #B09937
Text Example
Text Example
White with #B09937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09937; }
p { color: rgb(176,153,55); }
H1.HeaderClassName
{
color: #B09937;
}
.AnyTagClassName
{
color: #B09937;
}
</style>
background-color css
<style>
a { background-color: #B09937; }
a { background-color: rgb(176,153,55); }
div.DivClassName
{
background-color: #B09937;
}
.BgClassName
{
background-color: #B09937;
}
</style>
border-color css
<style>
span { border-color: #B09937; }
span { border-color: rgb(176,153,55); }
td.TdClassName
{
border-color: #B09937;
}
.TagClassName
{
border-color: #B09937;
}
</style>