Html Css Color HEX #E6BC96 Pancho

📋 copy color: '#E6BC96'

red 230 ◦ green 188 ◦ blue 150

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

Shades of Pancho #E6BC96

Tints of Pancho #E6BC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.41%

R = 40.49%
G = 33.1%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6BC96 (or 0xE6BC96) is known color: Pancho. HEX triplet: E6, BC and 96. RGB value is (230,188,150). Sum of RGB (Red+Green+Blue) = 230+188+150=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BC96 is #194369. Grayscale: #C4C4C4. Windows color (decimal): -1655658 or 9878758. OLE color: 9878758.

HSL color Cylindrical-coordinate representation of color #E6BC96: hue angle of 28.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6BC96 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 188 150 -
CMYK 0 0.18 0.35 0.10
HSL 28.5º 0.62% 0.75% -
HSV(B) 28.5º 0.35% 0.9% -
XYZ 56.12 54.99 36.51 -
YUV 196.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 230 188 150 0 0.18 0.35 0.10 28.5 0.62 0.75
Hex E6 BC 96 0 12 23 A 1C 3E 4B
Octal 346 274 226 0 22 43 12 34 76 113
Binary 11100110 10111100 10010110 0 10010 100011 1010 11100 111110 1001011

Color Harmonies of #E6BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC96

Black with #E6BC96

Text Example


Text Example

White with #E6BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC96; }

 p { color: rgb(230,188,150); }

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

background-color css

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

 a { background-color: rgb(230,188,150); }

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

border-color css

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

 span { border-color: rgb(230,188,150); }

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