#FFBB71

Color #FFBB71 Macaroni And Cheese (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Macaroni And Cheese #FFBB71

Tints of Macaroni And Cheese #FFBB71

Color information

#FFBB71 (or 0xFFBB71) is unknown color: approx Macaroni And Cheese. HEX triplet: FF, BB and 71. RGB value is (255,187,113). Sum of RGB (Red+Green+Blue) = 255+187+113=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB71 is #00448E. Grayscale: #C7C7C7. Windows color (decimal): -17551 or 7453695. OLE color: 7453695.

HSL color Cylindrical-coordinate representation of color #FFBB71: hue angle of 31.27º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFBB71 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255187113-
CMYK00.270.560
HSL31.27º100%72.16%-
HSV(B)31.27º55.69%100%-
XYZ61.9957.9923.55-
YUV198.979.53168.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 113 (44.53% from 255) = 20.36%
R=45.95%
G=33.69%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518711300.270.56031.2710072.16
HexFFBB7101B3801f6448
Octal37727316103370037144110
Binary1111111110111011111000101101111100001111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBB71; }

 p { color: rgb(255,187,113); }

 H1.HeaderClassName
 {
   color: #FFBB71;
 }
 .AnyTagClassName
 {
   color: #FFBB71;
 }
</style>
background-color css

<style>
 a { background-color: #FFBB71; }

 a { background-color: rgb(255,187,113); }

 div.DivClassName
 {
   background-color: #FFBB71;
 }
 .BgClassName
 {
   background-color: #FFBB71;
 }
</style>
border-color css

<style>
 span { border-color: #FFBB71; }

 span { border-color: rgb(255,187,113); }

 td.TdClassName
 {
   border-color: #FFBB71;
 }
 .TagClassName
 {
   border-color: #FFBB71;
 }
</style>