Shades of Reef Gold #B09031
Tints of Reef Gold #B09031
RGB
CMYK
RGB Variations
Color information
#B09031 (or 0xB09031) is known color: Reef Gold. HEX triplet: B0, 90 and 31. RGB value is (176,144,49). Sum of RGB (Red+Green+Blue) = 176+144+49=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B09031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09031 is #4F6FCE. Grayscale: #8F8F8F. Windows color (decimal): -5205967 or 3248304. OLE color: 3248304.
HSL color Cylindrical-coordinate representation of color #B09031: hue angle of 44.88º 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 #B09031 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 49 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.31 |
| HSL | 44.88º | 0.56% | 0.44% | - |
| HSV(B) | 44.88º | 0.72% | 0.69% | - |
| XYZ | 28.43 | 29.4 | 7.08 | - |
| YUV | 142.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 49 | 0 | 0.18 | 0.72 | 0.31 | 44.88 | 0.56 | 0.44 |
| Hex | B0 | 90 | 31 | 0 | 12 | 48 | 1F | 2D | 38 | 2C |
| Octal | 260 | 220 | 61 | 0 | 22 | 110 | 37 | 55 | 70 | 54 |
| Binary | 10110000 | 10010000 | 110001 | 0 | 10010 | 1001000 | 11111 | 101101 | 111000 | 101100 |
Color Harmonies of #B09031
Complementary color
Monochromatic Colors of #B09031
Black with #B09031
Text Example
Text Example
White with #B09031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09031; }
p { color: rgb(176,144,49); }
H1.HeaderClassName
{
color: #B09031;
}
.AnyTagClassName
{
color: #B09031;
}
</style>
background-color css
<style>
a { background-color: #B09031; }
a { background-color: rgb(176,144,49); }
div.DivClassName
{
background-color: #B09031;
}
.BgClassName
{
background-color: #B09031;
}
</style>
border-color css
<style>
span { border-color: #B09031; }
span { border-color: rgb(176,144,49); }
td.TdClassName
{
border-color: #B09031;
}
.TagClassName
{
border-color: #B09031;
}
</style>