Shades of Marigold #B88A3B
Tints of Marigold #B88A3B
RGB
CMYK
RGB Variations
Color information
#B88A3B (or 0xB88A3B) is known color: Marigold. HEX triplet: B8, 8A and 3B. RGB value is (184,138,59). Sum of RGB (Red+Green+Blue) = 184+138+59=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A3B is #4775C4. Grayscale: #8F8F8F. Windows color (decimal): -4683205 or 3902136. OLE color: 3902136.
HSL color Cylindrical-coordinate representation of color #B88A3B: hue angle of 37.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B88A3B is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 59 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.28 |
| HSL | 37.92º | 0.51% | 0.48% | - |
| HSV(B) | 37.92º | 0.68% | 0.72% | - |
| XYZ | 29.65 | 28.68 | 8.11 | - |
| YUV | 142.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 59 | 0 | 0.25 | 0.68 | 0.28 | 37.92 | 0.51 | 0.48 |
| Hex | B8 | 8A | 3B | 0 | 19 | 44 | 1C | 26 | 33 | 30 |
| Octal | 270 | 212 | 73 | 0 | 31 | 104 | 34 | 46 | 63 | 60 |
| Binary | 10111000 | 10001010 | 111011 | 0 | 11001 | 1000100 | 11100 | 100110 | 110011 | 110000 |
Color Harmonies of #B88A3B
Complementary color
Monochromatic Colors of #B88A3B
Black with #B88A3B
Text Example
Text Example
White with #B88A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A3B; }
p { color: rgb(184,138,59); }
H1.HeaderClassName
{
color: #B88A3B;
}
.AnyTagClassName
{
color: #B88A3B;
}
</style>
background-color css
<style>
a { background-color: #B88A3B; }
a { background-color: rgb(184,138,59); }
div.DivClassName
{
background-color: #B88A3B;
}
.BgClassName
{
background-color: #B88A3B;
}
</style>
border-color css
<style>
span { border-color: #B88A3B; }
span { border-color: rgb(184,138,59); }
td.TdClassName
{
border-color: #B88A3B;
}
.TagClassName
{
border-color: #B88A3B;
}
</style>