Html Css Color HEX #E5BFBA Beauty Bush

📋 copy color: '#E5BFBA'

red 229 ◦ green 191 ◦ blue 186

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

Shades of Beauty Bush #E5BFBA

Tints of Beauty Bush #E5BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.52%

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

R = 37.79%
G = 31.52%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5BFBA (or 0xE5BFBA) is known color: Beauty Bush. HEX triplet: E5, BF and BA. RGB value is (229,191,186). Sum of RGB (Red+Green+Blue) = 229+191+186=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFBA is #1A4045. Grayscale: #C9C9C9. Windows color (decimal): -1720390 or 12238821. OLE color: 12238821.

HSL color Cylindrical-coordinate representation of color #E5BFBA: hue angle of 6.98º 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 #E5BFBA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 191 186 -
CMYK 0 0.17 0.19 0.10
HSL 6.98º 0.45% 0.81% -
HSV(B) 6.98º 0.19% 0.9% -
XYZ 59.81 57.46 54.39 -
YUV 201.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 229 191 186 0 0.17 0.19 0.10 6.98 0.45 0.81
Hex E5 BF BA 0 11 13 A 7 2D 51
Octal 345 277 272 0 21 23 12 7 55 121
Binary 11100101 10111111 10111010 0 10001 10011 1010 111 101101 1010001

Color Harmonies of #E5BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFBA

Black with #E5BFBA

Text Example


Text Example

White with #E5BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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