Shades of Reef Gold #B09037
Tints of Reef Gold #B09037
RGB
CMYK
RGB Variations
Color information
#B09037 (or 0xB09037) is known color: Reef Gold. HEX triplet: B0, 90 and 37. RGB value is (176,144,55). Sum of RGB (Red+Green+Blue) = 176+144+55=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B09037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09037 is #4F6FC8. Grayscale: #8F8F8F. Windows color (decimal): -5205961 or 3641520. OLE color: 3641520.
HSL color Cylindrical-coordinate representation of color #B09037: hue angle of 44.13º 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 #B09037 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 55 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.31 |
| HSL | 44.13º | 0.52% | 0.45% | - |
| HSV(B) | 44.13º | 0.69% | 0.69% | - |
| XYZ | 28.57 | 29.45 | 7.79 | - |
| YUV | 143.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 55 | 0 | 0.18 | 0.69 | 0.31 | 44.13 | 0.52 | 0.45 |
| Hex | B0 | 90 | 37 | 0 | 12 | 45 | 1F | 2C | 34 | 2D |
| Octal | 260 | 220 | 67 | 0 | 22 | 105 | 37 | 54 | 64 | 55 |
| Binary | 10110000 | 10010000 | 110111 | 0 | 10010 | 1000101 | 11111 | 101100 | 110100 | 101101 |
Color Harmonies of #B09037
Complementary color
Monochromatic Colors of #B09037
Black with #B09037
Text Example
Text Example
White with #B09037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09037; }
p { color: rgb(176,144,55); }
H1.HeaderClassName
{
color: #B09037;
}
.AnyTagClassName
{
color: #B09037;
}
</style>
background-color css
<style>
a { background-color: #B09037; }
a { background-color: rgb(176,144,55); }
div.DivClassName
{
background-color: #B09037;
}
.BgClassName
{
background-color: #B09037;
}
</style>
border-color css
<style>
span { border-color: #B09037; }
span { border-color: rgb(176,144,55); }
td.TdClassName
{
border-color: #B09037;
}
.TagClassName
{
border-color: #B09037;
}
</style>