Html Css Color HEX #E6BBA5 Zinnwaldite

📋 copy color: '#E6BBA5'

red 230 ◦ green 187 ◦ blue 165

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

Shades of Zinnwaldite #E6BBA5

Tints of Zinnwaldite #E6BBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.35%

R = 39.52%
G = 32.13%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E6BBA5 (or 0xE6BBA5) is known color: Zinnwaldite. HEX triplet: E6, BB and A5. RGB value is (230,187,165). Sum of RGB (Red+Green+Blue) = 230+187+165=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BBA5 is #19445A. Grayscale: #C5C5C5. Windows color (decimal): -1655899 or 10861542. OLE color: 10861542.

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

Color convert

RGB 230 187 165 -
CMYK 0 0.19 0.28 0.10
HSL 20.31º 0.57% 0.77% -
HSV(B) 20.31º 0.28% 0.9% -
XYZ 57.19 55.08 43.21 -
YUV 197.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 230 187 165 0 0.19 0.28 0.10 20.31 0.57 0.77
Hex E6 BB A5 0 13 1C A 14 39 4D
Octal 346 273 245 0 23 34 12 24 71 115
Binary 11100110 10111011 10100101 0 10011 11100 1010 10100 111001 1001101

Color Harmonies of #E6BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBA5

Black with #E6BBA5

Text Example


Text Example

White with #E6BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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