Shades of Reef Gold #B09438
Tints of Reef Gold #B09438
RGB
CMYK
RGB Variations
Color information
#B09438 (or 0xB09438) is known color: Reef Gold. HEX triplet: B0, 94 and 38. RGB value is (176,148,56). Sum of RGB (Red+Green+Blue) = 176+148+56=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B09438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09438 is #4F6BC7. Grayscale: #929292. Windows color (decimal): -5204936 or 3708080. OLE color: 3708080.
HSL color Cylindrical-coordinate representation of color #B09438: hue angle of 46º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B09438 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 56 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.31 |
| HSL | 46º | 0.52% | 0.45% | - |
| HSV(B) | 46º | 0.68% | 0.69% | - |
| XYZ | 29.21 | 30.7 | 8.13 | - |
| YUV | 145.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 56 | 0 | 0.16 | 0.68 | 0.31 | 46 | 0.52 | 0.45 |
| Hex | B0 | 94 | 38 | 0 | 10 | 44 | 1F | 2E | 34 | 2D |
| Octal | 260 | 224 | 70 | 0 | 20 | 104 | 37 | 56 | 64 | 55 |
| Binary | 10110000 | 10010100 | 111000 | 0 | 10000 | 1000100 | 11111 | 101110 | 110100 | 101101 |
Color Harmonies of #B09438
Complementary color
Monochromatic Colors of #B09438
Black with #B09438
Text Example
Text Example
White with #B09438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09438; }
p { color: rgb(176,148,56); }
H1.HeaderClassName
{
color: #B09438;
}
.AnyTagClassName
{
color: #B09438;
}
</style>
background-color css
<style>
a { background-color: #B09438; }
a { background-color: rgb(176,148,56); }
div.DivClassName
{
background-color: #B09438;
}
.BgClassName
{
background-color: #B09438;
}
</style>
border-color css
<style>
span { border-color: #B09438; }
span { border-color: rgb(176,148,56); }
td.TdClassName
{
border-color: #B09438;
}
.TagClassName
{
border-color: #B09438;
}
</style>