Html Css Color HEX #FFBB7F Macaroni And Cheese
📋 copy color: '#FFBB7F'red 255 ◦ green 187 ◦ blue 127
Shades of Macaroni And Cheese #FFBB7F
Tints of Macaroni And Cheese #FFBB7F
RGB
CMYK
RGB Variations
Color information
#FFBB7F (or 0xFFBB7F) is known color: Macaroni And Cheese. HEX triplet: FF, BB and 7F. RGB value is (255,187,127). Sum of RGB (Red+Green+Blue) = 255+187+127=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB7F is #004480. Grayscale: #C8C8C8. Windows color (decimal): -17537 or 8371199. OLE color: 8371199.
HSL color Cylindrical-coordinate representation of color #FFBB7F: hue angle of 28.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFBB7F is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 127 | - |
| CMYK | 0 | 0.27 | 0.50 | 0 |
| HSL | 28.13º | 1% | 0.75% | - |
| HSV(B) | 28.13º | 0.5% | 1% | - |
| XYZ | 62.84 | 58.33 | 28.03 | - |
| YUV | 200.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 127 | 0 | 0.27 | 0.50 | 0 | 28.13 | 1 | 0.75 |
| Hex | FF | BB | 7F | 0 | 1B | 32 | 0 | 1C | 64 | 4B |
| Octal | 377 | 273 | 177 | 0 | 33 | 62 | 0 | 34 | 144 | 113 |
| Binary | 11111111 | 10111011 | 1111111 | 0 | 11011 | 110010 | 0 | 11100 | 1100100 | 1001011 |
Color Harmonies of #FFBB7F
Complementary color
Monochromatic Colors of #FFBB7F
Black with #FFBB7F
Text Example
Text Example
White with #FFBB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB7F; }
p { color: rgb(255,187,127); }
H1.HeaderClassName
{
color: #FFBB7F;
}
.AnyTagClassName
{
color: #FFBB7F;
}
</style>
background-color css
<style>
a { background-color: #FFBB7F; }
a { background-color: rgb(255,187,127); }
div.DivClassName
{
background-color: #FFBB7F;
}
.BgClassName
{
background-color: #FFBB7F;
}
</style>
border-color css
<style>
span { border-color: #FFBB7F; }
span { border-color: rgb(255,187,127); }
td.TdClassName
{
border-color: #FFBB7F;
}
.TagClassName
{
border-color: #FFBB7F;
}
</style>