Shades of Reef Gold #B18D30
Tints of Reef Gold #B18D30
RGB
CMYK
RGB Variations
Color information
#B18D30 (or 0xB18D30) is known color: Reef Gold. HEX triplet: B1, 8D and 30. RGB value is (177,141,48). Sum of RGB (Red+Green+Blue) = 177+141+48=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D30 is #4E72CF. Grayscale: #8D8D8D. Windows color (decimal): -5141200 or 3182001. OLE color: 3182001.
HSL color Cylindrical-coordinate representation of color #B18D30: hue angle of 43.26º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B18D30 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 48 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.31 |
| HSL | 43.26º | 0.57% | 0.44% | - |
| HSV(B) | 43.26º | 0.73% | 0.69% | - |
| XYZ | 28.19 | 28.61 | 6.83 | - |
| YUV | 141.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 48 | 0 | 0.20 | 0.73 | 0.31 | 43.26 | 0.57 | 0.44 |
| Hex | B1 | 8D | 30 | 0 | 14 | 49 | 1F | 2B | 39 | 2C |
| Octal | 261 | 215 | 60 | 0 | 24 | 111 | 37 | 53 | 71 | 54 |
| Binary | 10110001 | 10001101 | 110000 | 0 | 10100 | 1001001 | 11111 | 101011 | 111001 | 101100 |
Color Harmonies of #B18D30
Complementary color
Monochromatic Colors of #B18D30
Black with #B18D30
Text Example
Text Example
White with #B18D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D30; }
p { color: rgb(177,141,48); }
H1.HeaderClassName
{
color: #B18D30;
}
.AnyTagClassName
{
color: #B18D30;
}
</style>
background-color css
<style>
a { background-color: #B18D30; }
a { background-color: rgb(177,141,48); }
div.DivClassName
{
background-color: #B18D30;
}
.BgClassName
{
background-color: #B18D30;
}
</style>
border-color css
<style>
span { border-color: #B18D30; }
span { border-color: rgb(177,141,48); }
td.TdClassName
{
border-color: #B18D30;
}
.TagClassName
{
border-color: #B18D30;
}
</style>