Html Css Color HEX #E6BF9D New Tan

📋 copy color: '#E6BF9D'

red 230 ◦ green 191 ◦ blue 157

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

Shades of New Tan #E6BF9D

Tints of New Tan #E6BF9D

RGB

 RED value IS 230 (90.23% from 255) = 39.79%

 GREEN value IS 191 (75% from 255) = 33.04%

 BLUE value IS 157 (61.72% from 255) = 27.16%

R = 39.79%
G = 33.04%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6BF9D (or 0xE6BF9D) is known color: New Tan. HEX triplet: E6, BF and 9D. RGB value is (230,191,157). Sum of RGB (Red+Green+Blue) = 230+191+157=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BF9D is #194062. Grayscale: #C6C6C6. Windows color (decimal): -1654883 or 10338278. OLE color: 10338278.

HSL color Cylindrical-coordinate representation of color #E6BF9D: hue angle of 27.95º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6BF9D is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 157 -
CMYK 0 0.17 0.32 0.10
HSL 27.95º 0.59% 0.76% -
HSV(B) 27.95º 0.32% 0.9% -
XYZ 57.35 56.52 39.78 -
YUV 198.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 230 191 157 0 0.17 0.32 0.10 27.95 0.59 0.76
Hex E6 BF 9D 0 11 20 A 1C 3B 4C
Octal 346 277 235 0 21 40 12 34 73 114
Binary 11100110 10111111 10011101 0 10001 100000 1010 11100 111011 1001100

Color Harmonies of #E6BF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BF9D

Black with #E6BF9D

Text Example


Text Example

White with #E6BF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BF9D; }

 p { color: rgb(230,191,157); }

 H1.HeaderClassName
 {
   color: #E6BF9D;
 }
 .AnyTagClassName
 {
   color: #E6BF9D;
 }
</style>

background-color css

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

 a { background-color: rgb(230,191,157); }

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

border-color css

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

 span { border-color: rgb(230,191,157); }

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