Shades of Pizza #BB8F41
Tints of Pizza #BB8F41
RGB
CMYK
RGB Variations
Color information
#BB8F41 (or 0xBB8F41) is known color: Pizza. HEX triplet: BB, 8F and 41. RGB value is (187,143,65). Sum of RGB (Red+Green+Blue) = 187+143+65=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F41 is #4470BE. Grayscale: #939393. Windows color (decimal): -4485311 or 4296635. OLE color: 4296635.
HSL color Cylindrical-coordinate representation of color #BB8F41: hue angle of 38.36º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB8F41 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 65 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.27 |
| HSL | 38.36º | 0.48% | 0.49% | - |
| HSV(B) | 38.36º | 0.65% | 0.73% | - |
| XYZ | 31.27 | 30.59 | 9.26 | - |
| YUV | 147.26 | 81.58 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 65 | 0 | 0.24 | 0.65 | 0.27 | 38.36 | 0.48 | 0.49 |
| Hex | BB | 8F | 41 | 0 | 18 | 41 | 1B | 26 | 30 | 31 |
| Octal | 273 | 217 | 101 | 0 | 30 | 101 | 33 | 46 | 60 | 61 |
| Binary | 10111011 | 10001111 | 1000001 | 0 | 11000 | 1000001 | 11011 | 100110 | 110000 | 110001 |
Color Harmonies of #BB8F41
Complementary color
Monochromatic Colors of #BB8F41
Black with #BB8F41
Text Example
Text Example
White with #BB8F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F41; }
p { color: rgb(187,143,65); }
H1.HeaderClassName
{
color: #BB8F41;
}
.AnyTagClassName
{
color: #BB8F41;
}
</style>
background-color css
<style>
a { background-color: #BB8F41; }
a { background-color: rgb(187,143,65); }
div.DivClassName
{
background-color: #BB8F41;
}
.BgClassName
{
background-color: #BB8F41;
}
</style>
border-color css
<style>
span { border-color: #BB8F41; }
span { border-color: rgb(187,143,65); }
td.TdClassName
{
border-color: #BB8F41;
}
.TagClassName
{
border-color: #BB8F41;
}
</style>