Shades of Pizza #BF893A
Tints of Pizza #BF893A
RGB
CMYK
RGB Variations
Color information
#BF893A (or 0xBF893A) is known color: Pizza. HEX triplet: BF, 89 and 3A. RGB value is (191,137,58). Sum of RGB (Red+Green+Blue) = 191+137+58=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF893A is #4076C5. Grayscale: #909090. Windows color (decimal): -4224710 or 3836351. OLE color: 3836351.
HSL color Cylindrical-coordinate representation of color #BF893A: hue angle of 35.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF893A is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 58 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.25 |
| HSL | 35.64º | 0.53% | 0.49% | - |
| HSV(B) | 35.64º | 0.7% | 0.75% | - |
| XYZ | 31.2 | 29.27 | 8.01 | - |
| YUV | 144.14 | 79.39 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 58 | 0 | 0.28 | 0.70 | 0.25 | 35.64 | 0.53 | 0.49 |
| Hex | BF | 89 | 3A | 0 | 1C | 46 | 19 | 24 | 35 | 31 |
| Octal | 277 | 211 | 72 | 0 | 34 | 106 | 31 | 44 | 65 | 61 |
| Binary | 10111111 | 10001001 | 111010 | 0 | 11100 | 1000110 | 11001 | 100100 | 110101 | 110001 |
Color Harmonies of #BF893A
Complementary color
Monochromatic Colors of #BF893A
Black with #BF893A
Text Example
Text Example
White with #BF893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF893A; }
p { color: rgb(191,137,58); }
H1.HeaderClassName
{
color: #BF893A;
}
.AnyTagClassName
{
color: #BF893A;
}
</style>
background-color css
<style>
a { background-color: #BF893A; }
a { background-color: rgb(191,137,58); }
div.DivClassName
{
background-color: #BF893A;
}
.BgClassName
{
background-color: #BF893A;
}
</style>
border-color css
<style>
span { border-color: #BF893A; }
span { border-color: rgb(191,137,58); }
td.TdClassName
{
border-color: #BF893A;
}
.TagClassName
{
border-color: #BF893A;
}
</style>