Html Css Color HEX #E6C1BE Beauty Bush

📋 copy color: '#E6C1BE'

red 230 ◦ green 193 ◦ blue 190

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

Shades of Beauty Bush #E6C1BE

Tints of Beauty Bush #E6C1BE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.48%

 BLUE value IS 190 (74.61% from 255) = 31%

R = 37.52%
G = 31.48%
B = 31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E6C1BE (or 0xE6C1BE) is known color: Beauty Bush. HEX triplet: E6, C1 and BE. RGB value is (230,193,190). Sum of RGB (Red+Green+Blue) = 230+193+190=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1BE is #193E41. Grayscale: #CBCBCB. Windows color (decimal): -1654338 or 12501478. OLE color: 12501478.

HSL color Cylindrical-coordinate representation of color #E6C1BE: hue angle of 4.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6C1BE is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 193 190 -
CMYK 0 0.16 0.17 0.10
HSL 4.5º 0.44% 0.82% -
HSV(B) 4.5º 0.17% 0.9% -
XYZ 61 58.68 56.83 -
YUV 203.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 230 193 190 0 0.16 0.17 0.10 4.5 0.44 0.82
Hex E6 C1 BE 0 10 11 A 4 2C 52
Octal 346 301 276 0 20 21 12 4 54 122
Binary 11100110 11000001 10111110 0 10000 10001 1010 100 101100 1010010

Color Harmonies of #E6C1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C1BE

Black with #E6C1BE

Text Example


Text Example

White with #E6C1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C1BE; }

 p { color: rgb(230,193,190); }

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

background-color css

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

 a { background-color: rgb(230,193,190); }

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

border-color css

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

 span { border-color: rgb(230,193,190); }

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