Html Css Color HEX #E7BCA3 Zinnwaldite

📋 copy color: '#E7BCA3'

red 231 ◦ green 188 ◦ blue 163

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

Shades of Zinnwaldite #E7BCA3

Tints of Zinnwaldite #E7BCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.01%

R = 39.69%
G = 32.3%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E7BCA3 (or 0xE7BCA3) is known color: Zinnwaldite. HEX triplet: E7, BC and A3. RGB value is (231,188,163). Sum of RGB (Red+Green+Blue) = 231+188+163=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 163 (64.06% from 255 or 28.01% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BCA3 is #18435C. Grayscale: #C6C6C6. Windows color (decimal): -1590109 or 10730727. OLE color: 10730727.

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

Color convert

RGB 231 188 163 -
CMYK 0 0.19 0.29 0.09
HSL 22.06º 0.59% 0.77% -
HSV(B) 22.06º 0.29% 0.91% -
XYZ 57.55 55.6 42.35 -
YUV 198.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 231 188 163 0 0.19 0.29 0.09 22.06 0.59 0.77
Hex E7 BC A3 0 13 1D 9 16 3B 4D
Octal 347 274 243 0 23 35 11 26 73 115
Binary 11100111 10111100 10100011 0 10011 11101 1001 10110 111011 1001101

Color Harmonies of #E7BCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BCA3

Black with #E7BCA3

Text Example


Text Example

White with #E7BCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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