Html Css Color HEX #E6BBA7 Zinnwaldite

📋 copy color: '#E6BBA7'

red 230 ◦ green 187 ◦ blue 167

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

Shades of Zinnwaldite #E6BBA7

Tints of Zinnwaldite #E6BBA7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.02%

 BLUE value IS 167 (65.63% from 255) = 28.6%

R = 39.38%
G = 32.02%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E6BBA7 (or 0xE6BBA7) is known color: Zinnwaldite. HEX triplet: E6, BB and A7. RGB value is (230,187,167). Sum of RGB (Red+Green+Blue) = 230+187+167=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 167 (65.62% from 255 or 28.60% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BBA7 is #194458. Grayscale: #C5C5C5. Windows color (decimal): -1655897 or 10992614. OLE color: 10992614.

HSL color Cylindrical-coordinate representation of color #E6BBA7: hue angle of 19.05º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6BBA7 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 187 167 -
CMYK 0 0.19 0.27 0.10
HSL 19.05º 0.56% 0.78% -
HSV(B) 19.05º 0.27% 0.9% -
XYZ 57.38 55.15 44.18 -
YUV 197.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 230 187 167 0 0.19 0.27 0.10 19.05 0.56 0.78
Hex E6 BB A7 0 13 1B A 13 38 4E
Octal 346 273 247 0 23 33 12 23 70 116
Binary 11100110 10111011 10100111 0 10011 11011 1010 10011 111000 1001110

Color Harmonies of #E6BBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBA7

Black with #E6BBA7

Text Example


Text Example

White with #E6BBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBA7; }

 p { color: rgb(230,187,167); }

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

background-color css

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

 a { background-color: rgb(230,187,167); }

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

border-color css

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

 span { border-color: rgb(230,187,167); }

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