Shades of Reef Gold #B18F2D
Tints of Reef Gold #B18F2D
RGB
CMYK
RGB Variations
Color information
#B18F2D (or 0xB18F2D) is known color: Reef Gold. HEX triplet: B1, 8F and 2D. RGB value is (177,143,45). Sum of RGB (Red+Green+Blue) = 177+143+45=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F2D is #4E70D2. Grayscale: #8E8E8E. Windows color (decimal): -5140691 or 2985905. OLE color: 2985905.
HSL color Cylindrical-coordinate representation of color #B18F2D: hue angle of 44.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B18F2D is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 45 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.31 |
| HSL | 44.55º | 0.59% | 0.44% | - |
| HSV(B) | 44.55º | 0.75% | 0.69% | - |
| XYZ | 28.43 | 29.18 | 6.62 | - |
| YUV | 141.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 45 | 0 | 0.19 | 0.75 | 0.31 | 44.55 | 0.59 | 0.44 |
| Hex | B1 | 8F | 2D | 0 | 13 | 4B | 1F | 2D | 3B | 2C |
| Octal | 261 | 217 | 55 | 0 | 23 | 113 | 37 | 55 | 73 | 54 |
| Binary | 10110001 | 10001111 | 101101 | 0 | 10011 | 1001011 | 11111 | 101101 | 111011 | 101100 |
Color Harmonies of #B18F2D
Complementary color
Monochromatic Colors of #B18F2D
Black with #B18F2D
Text Example
Text Example
White with #B18F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F2D; }
p { color: rgb(177,143,45); }
H1.HeaderClassName
{
color: #B18F2D;
}
.AnyTagClassName
{
color: #B18F2D;
}
</style>
background-color css
<style>
a { background-color: #B18F2D; }
a { background-color: rgb(177,143,45); }
div.DivClassName
{
background-color: #B18F2D;
}
.BgClassName
{
background-color: #B18F2D;
}
</style>
border-color css
<style>
span { border-color: #B18F2D; }
span { border-color: rgb(177,143,45); }
td.TdClassName
{
border-color: #B18F2D;
}
.TagClassName
{
border-color: #B18F2D;
}
</style>