Shades of Reef Gold #B18D32
Tints of Reef Gold #B18D32
RGB
CMYK
RGB Variations
Color information
#B18D32 (or 0xB18D32) is known color: Reef Gold. HEX triplet: B1, 8D and 32. RGB value is (177,141,50). Sum of RGB (Red+Green+Blue) = 177+141+50=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D32 is #4E72CD. Grayscale: #8D8D8D. Windows color (decimal): -5141198 or 3313073. OLE color: 3313073.
HSL color Cylindrical-coordinate representation of color #B18D32: hue angle of 42.99º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B18D32 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 50 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.31 |
| HSL | 42.99º | 0.56% | 0.45% | - |
| HSV(B) | 42.99º | 0.72% | 0.69% | - |
| XYZ | 28.23 | 28.63 | 7.06 | - |
| YUV | 141.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 50 | 0 | 0.20 | 0.72 | 0.31 | 42.99 | 0.56 | 0.45 |
| Hex | B1 | 8D | 32 | 0 | 14 | 48 | 1F | 2B | 38 | 2D |
| Octal | 261 | 215 | 62 | 0 | 24 | 110 | 37 | 53 | 70 | 55 |
| Binary | 10110001 | 10001101 | 110010 | 0 | 10100 | 1001000 | 11111 | 101011 | 111000 | 101101 |
Color Harmonies of #B18D32
Complementary color
Monochromatic Colors of #B18D32
Black with #B18D32
Text Example
Text Example
White with #B18D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D32; }
p { color: rgb(177,141,50); }
H1.HeaderClassName
{
color: #B18D32;
}
.AnyTagClassName
{
color: #B18D32;
}
</style>
background-color css
<style>
a { background-color: #B18D32; }
a { background-color: rgb(177,141,50); }
div.DivClassName
{
background-color: #B18D32;
}
.BgClassName
{
background-color: #B18D32;
}
</style>
border-color css
<style>
span { border-color: #B18D32; }
span { border-color: rgb(177,141,50); }
td.TdClassName
{
border-color: #B18D32;
}
.TagClassName
{
border-color: #B18D32;
}
</style>