Shades of Reef Gold #B08F32
Tints of Reef Gold #B08F32
RGB
CMYK
RGB Variations
Color information
#B08F32 (or 0xB08F32) is known color: Reef Gold. HEX triplet: B0, 8F and 32. RGB value is (176,143,50). Sum of RGB (Red+Green+Blue) = 176+143+50=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F32 is #4F70CD. Grayscale: #8E8E8E. Windows color (decimal): -5206222 or 3313584. OLE color: 3313584.
HSL color Cylindrical-coordinate representation of color #B08F32: hue angle of 44.29º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B08F32 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 50 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.31 |
| HSL | 44.29º | 0.56% | 0.44% | - |
| HSV(B) | 44.29º | 0.72% | 0.69% | - |
| XYZ | 28.3 | 29.11 | 7.14 | - |
| YUV | 142.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 50 | 0 | 0.19 | 0.72 | 0.31 | 44.29 | 0.56 | 0.44 |
| Hex | B0 | 8F | 32 | 0 | 13 | 48 | 1F | 2C | 38 | 2C |
| Octal | 260 | 217 | 62 | 0 | 23 | 110 | 37 | 54 | 70 | 54 |
| Binary | 10110000 | 10001111 | 110010 | 0 | 10011 | 1001000 | 11111 | 101100 | 111000 | 101100 |
Color Harmonies of #B08F32
Complementary color
Monochromatic Colors of #B08F32
Black with #B08F32
Text Example
Text Example
White with #B08F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F32; }
p { color: rgb(176,143,50); }
H1.HeaderClassName
{
color: #B08F32;
}
.AnyTagClassName
{
color: #B08F32;
}
</style>
background-color css
<style>
a { background-color: #B08F32; }
a { background-color: rgb(176,143,50); }
div.DivClassName
{
background-color: #B08F32;
}
.BgClassName
{
background-color: #B08F32;
}
</style>
border-color css
<style>
span { border-color: #B08F32; }
span { border-color: rgb(176,143,50); }
td.TdClassName
{
border-color: #B08F32;
}
.TagClassName
{
border-color: #B08F32;
}
</style>