Html Css Color HEX #E5C1BA Beauty Bush

📋 copy color: '#E5C1BA'

red 229 ◦ green 193 ◦ blue 186

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

Shades of Beauty Bush #E5C1BA

Tints of Beauty Bush #E5C1BA

RGB

 RED value IS 229 (89.84% from 255) = 37.66%

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

 BLUE value IS 186 (73.05% from 255) = 30.59%

R = 37.66%
G = 31.74%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5C1BA (or 0xE5C1BA) is known color: Beauty Bush. HEX triplet: E5, C1 and BA. RGB value is (229,193,186). Sum of RGB (Red+Green+Blue) = 229+193+186=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C1BA is #1A3E45. Grayscale: #CBCBCB. Windows color (decimal): -1719878 or 12239333. OLE color: 12239333.

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

Color convert

RGB 229 193 186 -
CMYK 0 0.16 0.19 0.10
HSL 9.77º 0.45% 0.81% -
HSV(B) 9.77º 0.19% 0.9% -
XYZ 60.25 58.34 54.54 -
YUV 202.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 229 193 186 0 0.16 0.19 0.10 9.77 0.45 0.81
Hex E5 C1 BA 0 10 13 A A 2D 51
Octal 345 301 272 0 20 23 12 12 55 121
Binary 11100101 11000001 10111010 0 10000 10011 1010 1010 101101 1010001

Color Harmonies of #E5C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C1BA

Black with #E5C1BA

Text Example


Text Example

White with #E5C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C1BA; }

 p { color: rgb(229,193,186); }

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

background-color css

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

 a { background-color: rgb(229,193,186); }

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

border-color css

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

 span { border-color: rgb(229,193,186); }

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