Html Css Color HEX #E7BC95 Pancho

📋 copy color: '#E7BC95'

red 231 ◦ green 188 ◦ blue 149

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

Shades of Pancho #E7BC95

Tints of Pancho #E7BC95

RGB

 RED value IS 231 (90.63% from 255) = 40.67%

 GREEN value IS 188 (73.83% from 255) = 33.1%

 BLUE value IS 149 (58.59% from 255) = 26.23%

R = 40.67%
G = 33.1%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E7BC95 (or 0xE7BC95) is known color: Pancho. HEX triplet: E7, BC and 95. RGB value is (231,188,149). Sum of RGB (Red+Green+Blue) = 231+188+149=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BC95 is #18436A. Grayscale: #C4C4C4. Windows color (decimal): -1590123 or 9813223. OLE color: 9813223.

HSL color Cylindrical-coordinate representation of color #E7BC95: hue angle of 28.54º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7BC95 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 188 149 -
CMYK 0 0.19 0.35 0.09
HSL 28.54º 0.63% 0.75% -
HSV(B) 28.54º 0.35% 0.91% -
XYZ 56.36 55.13 36.1 -
YUV 196.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 231 188 149 0 0.19 0.35 0.09 28.54 0.63 0.75
Hex E7 BC 95 0 13 23 9 1D 3F 4B
Octal 347 274 225 0 23 43 11 35 77 113
Binary 11100111 10111100 10010101 0 10011 100011 1001 11101 111111 1001011

Color Harmonies of #E7BC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BC95

Black with #E7BC95

Text Example


Text Example

White with #E7BC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BC95; }

 p { color: rgb(231,188,149); }

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

background-color css

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

 a { background-color: rgb(231,188,149); }

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

border-color css

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

 span { border-color: rgb(231,188,149); }

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