#E7BFB8

Color #E7BFB8 Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #E7BFB8

Tints of Beauty Bush #E7BFB8

Color information

#E7BFB8 (or 0xE7BFB8) is unknown color: approx Beauty Bush. HEX triplet: E7, BF and B8. RGB value is (231,191,184). Sum of RGB (Red+Green+Blue) = 231+191+184=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFB8 is #184047. Grayscale: #CACACA. Windows color (decimal): -1589320 or 12107751. OLE color: 12107751.

HSL color Cylindrical-coordinate representation of color #E7BFB8: hue angle of 8.94º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7BFB8 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB231191184-
CMYK00.170.200.09
HSL8.94º49.47%81.37%-
HSV(B)8.94º20.35%90.59%-
XYZ60.2457.7153.31-
YUV202.16117.75148.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 184 (72.27% from 255) = 30.36%
R=38.12%
G=31.52%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119118400.170.200.098.9449.4781.37
HexE7BFB801114993151
Octal34727727002124111161121
Binary11100111101111111011100001000110100100110011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFB8; }

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

 H1.HeaderClassName
 {
   color: #E7BFB8;
 }
 .AnyTagClassName
 {
   color: #E7BFB8;
 }
</style>
background-color css

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

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

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

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

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

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