#FFBB80

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

Shades of Macaroni And Cheese #FFBB80

Tints of Macaroni And Cheese #FFBB80

Color information

#FFBB80 (or 0xFFBB80) is unknown color: approx Macaroni And Cheese. HEX triplet: FF, BB and 80. RGB value is (255,187,128). Sum of RGB (Red+Green+Blue) = 255+187+128=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB80 is #00447F. Grayscale: #C8C8C8. Windows color (decimal): -17536 or 8436735. OLE color: 8436735.

HSL color Cylindrical-coordinate representation of color #FFBB80: hue angle of 27.87º 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 #FFBB80 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255187128-
CMYK00.270.500
HSL27.87º100%75.1%-
HSV(B)27.87º49.8%100%-
XYZ62.9158.3628.37-
YUV200.6187.03166.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 128 (50.39% from 255) = 22.46%
R=44.74%
G=32.81%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518712800.270.50027.8710075.1
HexFFBB8001B3201c644b
Octal37727320003362034144113
Binary11111111101110111000000001101111001001110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBB80; }

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

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

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

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

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

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

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

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