Html Css Color HEX #FFE6BE Bisque

📋 copy color: '#FFE6BE'

red 255 ◦ green 230 ◦ blue 190

#FFE6BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bisque #FFE6BE

Tints of Bisque #FFE6BE

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 value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFE6BE (or 0xFFE6BE) is known color: 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

RGB 255 230 190 -
CMYK 0 0.10 0.25 0
HSL 36.92º 1% 0.87% -
HSV(B) 36.92º 0.25% 1% -
XYZ 78.83 81.57 60.31 -
YUV 232.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 255 230 190 0 0.10 0.25 0 36.92 1 0.87
Hex FF E6 BE 0 A 19 0 25 64 57
Octal 377 346 276 0 12 31 0 45 144 127
Binary 11111111 11100110 10111110 0 1010 11001 0 100101 1100100 1010111

Color Harmonies of #FFE6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6BE

Black with #FFE6BE

Text Example


Text Example

White with #FFE6BE

Text Example


Text Example

HTML Codes & Css Web 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>