Html Css Color HEX #E2BCBB Beauty Bush

📋 copy color: '#E2BCBB'

red 226 ◦ green 188 ◦ blue 187

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

Shades of Beauty Bush #E2BCBB

Tints of Beauty Bush #E2BCBB

RGB

 RED value IS 226 (88.67% from 255) = 37.6%

 GREEN value IS 188 (73.83% from 255) = 31.28%

 BLUE value IS 187 (73.44% from 255) = 31.11%

R = 37.6%
G = 31.28%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E2BCBB (or 0xE2BCBB) is known color: Beauty Bush. HEX triplet: E2, BC and BB. RGB value is (226,188,187). Sum of RGB (Red+Green+Blue) = 226+188+187=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCBB is #1D4344. Grayscale: #C7C7C7. Windows color (decimal): -1917765 or 12303586. OLE color: 12303586.

HSL color Cylindrical-coordinate representation of color #E2BCBB: hue angle of 1.54º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCBB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 188 187 -
CMYK 0 0.17 0.17 0.11
HSL 1.54º 0.4% 0.81% -
HSV(B) 1.54º 0.17% 0.89% -
XYZ 58.32 55.72 54.7 -
YUV 199.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 226 188 187 0 0.17 0.17 0.11 1.54 0.4 0.81
Hex E2 BC BB 0 11 11 B 2 28 51
Octal 342 274 273 0 21 21 13 2 50 121
Binary 11100010 10111100 10111011 0 10001 10001 1011 10 101000 1010001

Color Harmonies of #E2BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCBB

Black with #E2BCBB

Text Example


Text Example

White with #E2BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCBB; }

 p { color: rgb(226,188,187); }

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

background-color css

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

 a { background-color: rgb(226,188,187); }

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

border-color css

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

 span { border-color: rgb(226,188,187); }

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