#FFE7BF

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

Shades of Bisque #FFE7BF

Tints of Bisque #FFE7BF

Color information

#FFE7BF (or 0xFFE7BF) is unknown color: approx Bisque. HEX triplet: FF, E7 and BF. RGB value is (255,231,191). Sum of RGB (Red+Green+Blue) = 255+231+191=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 191 (75% from 255 or 28.21% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7BF is #001840. Grayscale: #E9E9E9. Windows color (decimal): -6209 or 12576767. OLE color: 12576767.

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

Color convert

RGB255231191-
CMYK00.090.250
HSL37.5º100%87.45%-
HSV(B)37.5º25.1%100%-
XYZ79.2282.1760.98-
YUV233.62103.95143.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 231 (90.62% from 255) = 34.12%
BLUE value IS 191 (75% from 255) = 28.21%
R=37.67%
G=34.12%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523119100.090.25037.510087.45
HexFFE7BF09190266457
Octal37734727701131046144127
Binary1111111111100111101111110100111001010011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE7BF; }

 p { color: rgb(255,231,191); }

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

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

 a { background-color: rgb(255,231,191); }

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

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

 span { border-color: rgb(255,231,191); }

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