Html Css Color HEX #FFBD7F Macaroni And Cheese
📋 copy color: '#FFBD7F'red 255 ◦ green 189 ◦ blue 127
Shades of Macaroni And Cheese #FFBD7F
Tints of Macaroni And Cheese #FFBD7F
RGB
CMYK
RGB Variations
Color information
#FFBD7F (or 0xFFBD7F) is known color: Macaroni And Cheese. HEX triplet: FF, BD and 7F. RGB value is (255,189,127). Sum of RGB (Red+Green+Blue) = 255+189+127=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD7F is #004280. Grayscale: #C9C9C9. Windows color (decimal): -17025 or 8371711. OLE color: 8371711.
HSL color Cylindrical-coordinate representation of color #FFBD7F: hue angle of 29.06º 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 #FFBD7F is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 127 | - |
| CMYK | 0 | 0.26 | 0.50 | 0 |
| HSL | 29.06º | 1% | 0.75% | - |
| HSV(B) | 29.06º | 0.5% | 1% | - |
| XYZ | 63.27 | 59.19 | 28.17 | - |
| YUV | 201.67 | 85.87 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 127 | 0 | 0.26 | 0.50 | 0 | 29.06 | 1 | 0.75 |
| Hex | FF | BD | 7F | 0 | 1A | 32 | 0 | 1D | 64 | 4B |
| Octal | 377 | 275 | 177 | 0 | 32 | 62 | 0 | 35 | 144 | 113 |
| Binary | 11111111 | 10111101 | 1111111 | 0 | 11010 | 110010 | 0 | 11101 | 1100100 | 1001011 |
Color Harmonies of #FFBD7F
Complementary color
Monochromatic Colors of #FFBD7F
Black with #FFBD7F
Text Example
Text Example
White with #FFBD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD7F; }
p { color: rgb(255,189,127); }
H1.HeaderClassName
{
color: #FFBD7F;
}
.AnyTagClassName
{
color: #FFBD7F;
}
</style>
background-color css
<style>
a { background-color: #FFBD7F; }
a { background-color: rgb(255,189,127); }
div.DivClassName
{
background-color: #FFBD7F;
}
.BgClassName
{
background-color: #FFBD7F;
}
</style>
border-color css
<style>
span { border-color: #FFBD7F; }
span { border-color: rgb(255,189,127); }
td.TdClassName
{
border-color: #FFBD7F;
}
.TagClassName
{
border-color: #FFBD7F;
}
</style>