Shades of Pizza #BB8F3C
Tints of Pizza #BB8F3C
RGB
CMYK
RGB Variations
Color information
#BB8F3C (or 0xBB8F3C) is known color: Pizza. HEX triplet: BB, 8F and 3C. RGB value is (187,143,60). Sum of RGB (Red+Green+Blue) = 187+143+60=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F3C is #4470C3. Grayscale: #939393. Windows color (decimal): -4485316 or 3968955. OLE color: 3968955.
HSL color Cylindrical-coordinate representation of color #BB8F3C: hue angle of 39.21º 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 #BB8F3C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 60 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.27 |
| HSL | 39.21º | 0.51% | 0.48% | - |
| HSV(B) | 39.21º | 0.68% | 0.73% | - |
| XYZ | 31.13 | 30.54 | 8.53 | - |
| YUV | 146.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 60 | 0 | 0.24 | 0.68 | 0.27 | 39.21 | 0.51 | 0.48 |
| Hex | BB | 8F | 3C | 0 | 18 | 44 | 1B | 27 | 33 | 30 |
| Octal | 273 | 217 | 74 | 0 | 30 | 104 | 33 | 47 | 63 | 60 |
| Binary | 10111011 | 10001111 | 111100 | 0 | 11000 | 1000100 | 11011 | 100111 | 110011 | 110000 |
Color Harmonies of #BB8F3C
Complementary color
Monochromatic Colors of #BB8F3C
Black with #BB8F3C
Text Example
Text Example
White with #BB8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F3C; }
p { color: rgb(187,143,60); }
H1.HeaderClassName
{
color: #BB8F3C;
}
.AnyTagClassName
{
color: #BB8F3C;
}
</style>
background-color css
<style>
a { background-color: #BB8F3C; }
a { background-color: rgb(187,143,60); }
div.DivClassName
{
background-color: #BB8F3C;
}
.BgClassName
{
background-color: #BB8F3C;
}
</style>
border-color css
<style>
span { border-color: #BB8F3C; }
span { border-color: rgb(187,143,60); }
td.TdClassName
{
border-color: #BB8F3C;
}
.TagClassName
{
border-color: #BB8F3C;
}
</style>