Html Css Color HEX #FFB776 Macaroni And Cheese
📋 copy color: '#FFB776'red 255 ◦ green 183 ◦ blue 118
Shades of Macaroni And Cheese #FFB776
Tints of Macaroni And Cheese #FFB776
RGB
CMYK
RGB Variations
Color information
#FFB776 (or 0xFFB776) is known color: Macaroni And Cheese. HEX triplet: FF, B7 and 76. RGB value is (255,183,118). Sum of RGB (Red+Green+Blue) = 255+183+118=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB776 is #004889. Grayscale: #C5C5C5. Windows color (decimal): -18570 or 7780351. OLE color: 7780351.
HSL color Cylindrical-coordinate representation of color #FFB776: hue angle of 28.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFB776 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 118 | - |
| CMYK | 0 | 0.28 | 0.54 | 0 |
| HSL | 28.47º | 1% | 0.73% | - |
| HSV(B) | 28.47º | 0.54% | 1% | - |
| XYZ | 61.44 | 56.43 | 24.79 | - |
| YUV | 197.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 118 | 0 | 0.28 | 0.54 | 0 | 28.47 | 1 | 0.73 |
| Hex | FF | B7 | 76 | 0 | 1C | 36 | 0 | 1C | 64 | 49 |
| Octal | 377 | 267 | 166 | 0 | 34 | 66 | 0 | 34 | 144 | 111 |
| Binary | 11111111 | 10110111 | 1110110 | 0 | 11100 | 110110 | 0 | 11100 | 1100100 | 1001001 |
Color Harmonies of #FFB776
Complementary color
Monochromatic Colors of #FFB776
Black with #FFB776
Text Example
Text Example
White with #FFB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB776; }
p { color: rgb(255,183,118); }
H1.HeaderClassName
{
color: #FFB776;
}
.AnyTagClassName
{
color: #FFB776;
}
</style>
background-color css
<style>
a { background-color: #FFB776; }
a { background-color: rgb(255,183,118); }
div.DivClassName
{
background-color: #FFB776;
}
.BgClassName
{
background-color: #FFB776;
}
</style>
border-color css
<style>
span { border-color: #FFB776; }
span { border-color: rgb(255,183,118); }
td.TdClassName
{
border-color: #FFB776;
}
.TagClassName
{
border-color: #FFB776;
}
</style>