Shades of Reef Gold #B09338
Tints of Reef Gold #B09338
RGB
CMYK
RGB Variations
Color information
#B09338 (or 0xB09338) is known color: Reef Gold. HEX triplet: B0, 93 and 38. RGB value is (176,147,56). Sum of RGB (Red+Green+Blue) = 176+147+56=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B09338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09338 is #4F6CC7. Grayscale: #919191. Windows color (decimal): -5205192 or 3707824. OLE color: 3707824.
HSL color Cylindrical-coordinate representation of color #B09338: hue angle of 45.5º 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 #B09338 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 56 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.31 |
| HSL | 45.5º | 0.52% | 0.45% | - |
| HSV(B) | 45.5º | 0.68% | 0.69% | - |
| XYZ | 29.05 | 30.38 | 8.07 | - |
| YUV | 145.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 56 | 0 | 0.16 | 0.68 | 0.31 | 45.5 | 0.52 | 0.45 |
| Hex | B0 | 93 | 38 | 0 | 10 | 44 | 1F | 2E | 34 | 2D |
| Octal | 260 | 223 | 70 | 0 | 20 | 104 | 37 | 56 | 64 | 55 |
| Binary | 10110000 | 10010011 | 111000 | 0 | 10000 | 1000100 | 11111 | 101110 | 110100 | 101101 |
Color Harmonies of #B09338
Complementary color
Monochromatic Colors of #B09338
Black with #B09338
Text Example
Text Example
White with #B09338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09338; }
p { color: rgb(176,147,56); }
H1.HeaderClassName
{
color: #B09338;
}
.AnyTagClassName
{
color: #B09338;
}
</style>
background-color css
<style>
a { background-color: #B09338; }
a { background-color: rgb(176,147,56); }
div.DivClassName
{
background-color: #B09338;
}
.BgClassName
{
background-color: #B09338;
}
</style>
border-color css
<style>
span { border-color: #B09338; }
span { border-color: rgb(176,147,56); }
td.TdClassName
{
border-color: #B09338;
}
.TagClassName
{
border-color: #B09338;
}
</style>