Html Css Color HEX #FFBD7C Macaroni And Cheese
📋 copy color: '#FFBD7C'red 255 ◦ green 189 ◦ blue 124
Shades of Macaroni And Cheese #FFBD7C
Tints of Macaroni And Cheese #FFBD7C
RGB
CMYK
RGB Variations
Color information
#FFBD7C (or 0xFFBD7C) is known color: Macaroni And Cheese. HEX triplet: FF, BD and 7C. RGB value is (255,189,124). Sum of RGB (Red+Green+Blue) = 255+189+124=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD7C is #004283. Grayscale: #C9C9C9. Windows color (decimal): -17028 or 8175103. OLE color: 8175103.
HSL color Cylindrical-coordinate representation of color #FFBD7C: hue angle of 29.77º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFBD7C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 124 | - |
| CMYK | 0 | 0.26 | 0.51 | 0 |
| HSL | 29.77º | 1% | 0.74% | - |
| HSV(B) | 29.77º | 0.51% | 1% | - |
| XYZ | 63.08 | 59.11 | 27.15 | - |
| YUV | 201.32 | 84.37 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 124 | 0 | 0.26 | 0.51 | 0 | 29.77 | 1 | 0.74 |
| Hex | FF | BD | 7C | 0 | 1A | 33 | 0 | 1E | 64 | 4A |
| Octal | 377 | 275 | 174 | 0 | 32 | 63 | 0 | 36 | 144 | 112 |
| Binary | 11111111 | 10111101 | 1111100 | 0 | 11010 | 110011 | 0 | 11110 | 1100100 | 1001010 |
Color Harmonies of #FFBD7C
Complementary color
Monochromatic Colors of #FFBD7C
Black with #FFBD7C
Text Example
Text Example
White with #FFBD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD7C; }
p { color: rgb(255,189,124); }
H1.HeaderClassName
{
color: #FFBD7C;
}
.AnyTagClassName
{
color: #FFBD7C;
}
</style>
background-color css
<style>
a { background-color: #FFBD7C; }
a { background-color: rgb(255,189,124); }
div.DivClassName
{
background-color: #FFBD7C;
}
.BgClassName
{
background-color: #FFBD7C;
}
</style>
border-color css
<style>
span { border-color: #FFBD7C; }
span { border-color: rgb(255,189,124); }
td.TdClassName
{
border-color: #FFBD7C;
}
.TagClassName
{
border-color: #FFBD7C;
}
</style>