Shades of Marigold #BB833C
Tints of Marigold #BB833C
RGB
CMYK
RGB Variations
Color information
#BB833C (or 0xBB833C) is known color: Marigold. HEX triplet: BB, 83 and 3C. RGB value is (187,131,60). Sum of RGB (Red+Green+Blue) = 187+131+60=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB833C is #447CC3. Grayscale: #8B8B8B. Windows color (decimal): -4488388 or 3965883. OLE color: 3965883.
HSL color Cylindrical-coordinate representation of color #BB833C: hue angle of 33.54º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB833C is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 60 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.27 |
| HSL | 33.54º | 0.51% | 0.48% | - |
| HSV(B) | 33.54º | 0.68% | 0.73% | - |
| XYZ | 29.43 | 27.12 | 7.96 | - |
| YUV | 139.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 60 | 0 | 0.30 | 0.68 | 0.27 | 33.54 | 0.51 | 0.48 |
| Hex | BB | 83 | 3C | 0 | 1E | 44 | 1B | 22 | 33 | 30 |
| Octal | 273 | 203 | 74 | 0 | 36 | 104 | 33 | 42 | 63 | 60 |
| Binary | 10111011 | 10000011 | 111100 | 0 | 11110 | 1000100 | 11011 | 100010 | 110011 | 110000 |
Color Harmonies of #BB833C
Complementary color
Monochromatic Colors of #BB833C
Black with #BB833C
Text Example
Text Example
White with #BB833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB833C; }
p { color: rgb(187,131,60); }
H1.HeaderClassName
{
color: #BB833C;
}
.AnyTagClassName
{
color: #BB833C;
}
</style>
background-color css
<style>
a { background-color: #BB833C; }
a { background-color: rgb(187,131,60); }
div.DivClassName
{
background-color: #BB833C;
}
.BgClassName
{
background-color: #BB833C;
}
</style>
border-color css
<style>
span { border-color: #BB833C; }
span { border-color: rgb(187,131,60); }
td.TdClassName
{
border-color: #BB833C;
}
.TagClassName
{
border-color: #BB833C;
}
</style>