Shades of Reef Gold #B1902F
Tints of Reef Gold #B1902F
RGB
CMYK
RGB Variations
Color information
#B1902F (or 0xB1902F) is known color: Reef Gold. HEX triplet: B1, 90 and 2F. RGB value is (177,144,47). Sum of RGB (Red+Green+Blue) = 177+144+47=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1902F is #4E6FD0. Grayscale: #8F8F8F. Windows color (decimal): -5140433 or 3117233. OLE color: 3117233.
HSL color Cylindrical-coordinate representation of color #B1902F: hue angle of 44.77º degrees, saturation: 0.58, 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 #B1902F is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 47 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.31 |
| HSL | 44.77º | 0.58% | 0.44% | - |
| HSV(B) | 44.77º | 0.73% | 0.69% | - |
| XYZ | 28.62 | 29.5 | 6.87 | - |
| YUV | 142.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 47 | 0 | 0.19 | 0.73 | 0.31 | 44.77 | 0.58 | 0.44 |
| Hex | B1 | 90 | 2F | 0 | 13 | 49 | 1F | 2D | 3A | 2C |
| Octal | 261 | 220 | 57 | 0 | 23 | 111 | 37 | 55 | 72 | 54 |
| Binary | 10110001 | 10010000 | 101111 | 0 | 10011 | 1001001 | 11111 | 101101 | 111010 | 101100 |
Color Harmonies of #B1902F
Complementary color
Monochromatic Colors of #B1902F
Black with #B1902F
Text Example
Text Example
White with #B1902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1902F; }
p { color: rgb(177,144,47); }
H1.HeaderClassName
{
color: #B1902F;
}
.AnyTagClassName
{
color: #B1902F;
}
</style>
background-color css
<style>
a { background-color: #B1902F; }
a { background-color: rgb(177,144,47); }
div.DivClassName
{
background-color: #B1902F;
}
.BgClassName
{
background-color: #B1902F;
}
</style>
border-color css
<style>
span { border-color: #B1902F; }
span { border-color: rgb(177,144,47); }
td.TdClassName
{
border-color: #B1902F;
}
.TagClassName
{
border-color: #B1902F;
}
</style>