#FFE6BE

Color #FFE6BE Bisque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bisque #FFE6BE

Tints of Bisque #FFE6BE

Color information

#FFE6BE (or 0xFFE6BE) is unknown color: approx Bisque. HEX triplet: FF, E6 and BE. RGB value is (255,230,190). Sum of RGB (Red+Green+Blue) = 255+230+190=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 190 (74.61% from 255 or 28.15% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6BE is #001941. Grayscale: #E9E9E9. Windows color (decimal): -6466 or 12510975. OLE color: 12510975.

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

Color convert

RGB255230190-
CMYK00.100.250
HSL36.92º100%87.25%-
HSV(B)36.92º25.49%100%-
XYZ78.8381.5760.31-
YUV232.92103.78143.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 230 (90.23% from 255) = 34.07%
BLUE value IS 190 (74.61% from 255) = 28.15%
R=37.78%
G=34.07%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523019000.100.25036.9210087.25
HexFFE6BE0A190256457
Octal37734627601231045144127
Binary1111111111100110101111100101011001010010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6BE; }

 p { color: rgb(255,230,190); }

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

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

 a { background-color: rgb(255,230,190); }

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

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

 span { border-color: rgb(255,230,190); }

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