Shades of Pizza #BB8F40
Tints of Pizza #BB8F40
RGB
CMYK
RGB Variations
Color information
#BB8F40 (or 0xBB8F40) is known color: Pizza. HEX triplet: BB, 8F and 40. RGB value is (187,143,64). Sum of RGB (Red+Green+Blue) = 187+143+64=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F40 is #4470BF. Grayscale: #939393. Windows color (decimal): -4485312 or 4231099. OLE color: 4231099.
HSL color Cylindrical-coordinate representation of color #BB8F40: hue angle of 38.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB8F40 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 64 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.27 |
| HSL | 38.54º | 0.49% | 0.49% | - |
| HSV(B) | 38.54º | 0.66% | 0.73% | - |
| XYZ | 31.24 | 30.58 | 9.11 | - |
| YUV | 147.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 64 | 0 | 0.24 | 0.66 | 0.27 | 38.54 | 0.49 | 0.49 |
| Hex | BB | 8F | 40 | 0 | 18 | 42 | 1B | 27 | 31 | 31 |
| Octal | 273 | 217 | 100 | 0 | 30 | 102 | 33 | 47 | 61 | 61 |
| Binary | 10111011 | 10001111 | 1000000 | 0 | 11000 | 1000010 | 11011 | 100111 | 110001 | 110001 |
Color Harmonies of #BB8F40
Complementary color
Monochromatic Colors of #BB8F40
Black with #BB8F40
Text Example
Text Example
White with #BB8F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F40; }
p { color: rgb(187,143,64); }
H1.HeaderClassName
{
color: #BB8F40;
}
.AnyTagClassName
{
color: #BB8F40;
}
</style>
background-color css
<style>
a { background-color: #BB8F40; }
a { background-color: rgb(187,143,64); }
div.DivClassName
{
background-color: #BB8F40;
}
.BgClassName
{
background-color: #BB8F40;
}
</style>
border-color css
<style>
span { border-color: #BB8F40; }
span { border-color: rgb(187,143,64); }
td.TdClassName
{
border-color: #BB8F40;
}
.TagClassName
{
border-color: #BB8F40;
}
</style>