Shades of Pizza #BB8E3A
Tints of Pizza #BB8E3A
RGB
CMYK
RGB Variations
Color information
#BB8E3A (or 0xBB8E3A) is known color: Pizza. HEX triplet: BB, 8E and 3A. RGB value is (187,142,58). Sum of RGB (Red+Green+Blue) = 187+142+58=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E3A is #4471C5. Grayscale: #929292. Windows color (decimal): -4485574 or 3837627. OLE color: 3837627.
HSL color Cylindrical-coordinate representation of color #BB8E3A: hue angle of 39.07º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB8E3A is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 58 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.27 |
| HSL | 39.07º | 0.53% | 0.48% | - |
| HSV(B) | 39.07º | 0.69% | 0.73% | - |
| XYZ | 30.93 | 30.22 | 8.21 | - |
| YUV | 145.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 58 | 0 | 0.24 | 0.69 | 0.27 | 39.07 | 0.53 | 0.48 |
| Hex | BB | 8E | 3A | 0 | 18 | 45 | 1B | 27 | 35 | 30 |
| Octal | 273 | 216 | 72 | 0 | 30 | 105 | 33 | 47 | 65 | 60 |
| Binary | 10111011 | 10001110 | 111010 | 0 | 11000 | 1000101 | 11011 | 100111 | 110101 | 110000 |
Color Harmonies of #BB8E3A
Complementary color
Monochromatic Colors of #BB8E3A
Black with #BB8E3A
Text Example
Text Example
White with #BB8E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8E3A; }
p { color: rgb(187,142,58); }
H1.HeaderClassName
{
color: #BB8E3A;
}
.AnyTagClassName
{
color: #BB8E3A;
}
</style>
background-color css
<style>
a { background-color: #BB8E3A; }
a { background-color: rgb(187,142,58); }
div.DivClassName
{
background-color: #BB8E3A;
}
.BgClassName
{
background-color: #BB8E3A;
}
</style>
border-color css
<style>
span { border-color: #BB8E3A; }
span { border-color: rgb(187,142,58); }
td.TdClassName
{
border-color: #BB8E3A;
}
.TagClassName
{
border-color: #BB8E3A;
}
</style>