Shades of Pizza #BF903B
Tints of Pizza #BF903B
RGB
CMYK
RGB Variations
Color information
#BF903B (or 0xBF903B) is known color: Pizza. HEX triplet: BF, 90 and 3B. RGB value is (191,144,59). Sum of RGB (Red+Green+Blue) = 191+144+59=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF903B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF903B is #406FC4. Grayscale: #949494. Windows color (decimal): -4222917 or 3903679. OLE color: 3903679.
HSL color Cylindrical-coordinate representation of color #BF903B: hue angle of 38.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF903B is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 59 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.25 |
| HSL | 38.64º | 0.53% | 0.49% | - |
| HSV(B) | 38.64º | 0.69% | 0.75% | - |
| XYZ | 32.25 | 31.34 | 8.49 | - |
| YUV | 148.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 59 | 0 | 0.25 | 0.69 | 0.25 | 38.64 | 0.53 | 0.49 |
| Hex | BF | 90 | 3B | 0 | 19 | 45 | 19 | 27 | 35 | 31 |
| Octal | 277 | 220 | 73 | 0 | 31 | 105 | 31 | 47 | 65 | 61 |
| Binary | 10111111 | 10010000 | 111011 | 0 | 11001 | 1000101 | 11001 | 100111 | 110101 | 110001 |
Color Harmonies of #BF903B
Complementary color
Monochromatic Colors of #BF903B
Black with #BF903B
Text Example
Text Example
White with #BF903B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF903B; }
p { color: rgb(191,144,59); }
H1.HeaderClassName
{
color: #BF903B;
}
.AnyTagClassName
{
color: #BF903B;
}
</style>
background-color css
<style>
a { background-color: #BF903B; }
a { background-color: rgb(191,144,59); }
div.DivClassName
{
background-color: #BF903B;
}
.BgClassName
{
background-color: #BF903B;
}
</style>
border-color css
<style>
span { border-color: #BF903B; }
span { border-color: rgb(191,144,59); }
td.TdClassName
{
border-color: #BF903B;
}
.TagClassName
{
border-color: #BF903B;
}
</style>