Html Css Color HEX #E7BFBA Beauty Bush

📋 copy color: '#E7BFBA'

red 231 ◦ green 191 ◦ blue 186

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

Shades of Beauty Bush #E7BFBA

Tints of Beauty Bush #E7BFBA

RGB

 RED value IS 231 (90.63% from 255) = 37.99%

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

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

R = 37.99%
G = 31.41%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E7BFBA (or 0xE7BFBA) is known color: Beauty Bush. HEX triplet: E7, BF and BA. RGB value is (231,191,186). Sum of RGB (Red+Green+Blue) = 231+191+186=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFBA is #184045. Grayscale: #CACACA. Windows color (decimal): -1589318 or 12238823. OLE color: 12238823.

HSL color Cylindrical-coordinate representation of color #E7BFBA: hue angle of 6.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BFBA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 191 186 -
CMYK 0 0.17 0.19 0.09
HSL 6.67º 0.48% 0.82% -
HSV(B) 6.67º 0.19% 0.91% -
XYZ 60.45 57.8 54.42 -
YUV 202.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 231 191 186 0 0.17 0.19 0.09 6.67 0.48 0.82
Hex E7 BF BA 0 11 13 9 7 30 52
Octal 347 277 272 0 21 23 11 7 60 122
Binary 11100111 10111111 10111010 0 10001 10011 1001 111 110000 1010010

Color Harmonies of #E7BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BFBA

Black with #E7BFBA

Text Example


Text Example

White with #E7BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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