Html Css Color HEX #FFBB76 Macaroni And Cheese
📋 copy color: '#FFBB76'red 255 ◦ green 187 ◦ blue 118
Shades of Macaroni And Cheese #FFBB76
Tints of Macaroni And Cheese #FFBB76
RGB
CMYK
RGB Variations
Color information
#FFBB76 (or 0xFFBB76) is known color: Macaroni And Cheese. HEX triplet: FF, BB and 76. RGB value is (255,187,118). Sum of RGB (Red+Green+Blue) = 255+187+118=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB76 is #004489. Grayscale: #C7C7C7. Windows color (decimal): -17546 or 7781375. OLE color: 7781375.
HSL color Cylindrical-coordinate representation of color #FFBB76: hue angle of 30.22º 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 #FFBB76 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 118 | - |
| CMYK | 0 | 0.27 | 0.54 | 0 |
| HSL | 30.22º | 1% | 0.73% | - |
| HSV(B) | 30.22º | 0.54% | 1% | - |
| XYZ | 62.28 | 58.11 | 25.07 | - |
| YUV | 199.47 | 82.03 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 118 | 0 | 0.27 | 0.54 | 0 | 30.22 | 1 | 0.73 |
| Hex | FF | BB | 76 | 0 | 1B | 36 | 0 | 1E | 64 | 49 |
| Octal | 377 | 273 | 166 | 0 | 33 | 66 | 0 | 36 | 144 | 111 |
| Binary | 11111111 | 10111011 | 1110110 | 0 | 11011 | 110110 | 0 | 11110 | 1100100 | 1001001 |
Color Harmonies of #FFBB76
Complementary color
Monochromatic Colors of #FFBB76
Black with #FFBB76
Text Example
Text Example
White with #FFBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB76; }
p { color: rgb(255,187,118); }
H1.HeaderClassName
{
color: #FFBB76;
}
.AnyTagClassName
{
color: #FFBB76;
}
</style>
background-color css
<style>
a { background-color: #FFBB76; }
a { background-color: rgb(255,187,118); }
div.DivClassName
{
background-color: #FFBB76;
}
.BgClassName
{
background-color: #FFBB76;
}
</style>
border-color css
<style>
span { border-color: #FFBB76; }
span { border-color: rgb(255,187,118); }
td.TdClassName
{
border-color: #FFBB76;
}
.TagClassName
{
border-color: #FFBB76;
}
</style>