Html Css Color HEX #E6BFBB Beauty Bush

📋 copy color: '#E6BFBB'

red 230 ◦ green 191 ◦ blue 187

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

Shades of Beauty Bush #E6BFBB

Tints of Beauty Bush #E6BFBB

RGB

 RED value IS 230 (90.23% from 255) = 37.83%

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

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

R = 37.83%
G = 31.41%
B = 30.76%

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

#E6BFBB (or 0xE6BFBB) is known color: Beauty Bush. HEX triplet: E6, BF and BB. RGB value is (230,191,187). Sum of RGB (Red+Green+Blue) = 230+191+187=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFBB is #194044. Grayscale: #CACACA. Windows color (decimal): -1654853 or 12304358. OLE color: 12304358.

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

Color convert

RGB 230 191 187 -
CMYK 0 0.17 0.19 0.10
HSL 5.58º 0.46% 0.82% -
HSV(B) 5.58º 0.19% 0.9% -
XYZ 60.23 57.67 54.97 -
YUV 202.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 230 191 187 0 0.17 0.19 0.10 5.58 0.46 0.82
Hex E6 BF BB 0 11 13 A 6 2E 52
Octal 346 277 273 0 21 23 12 6 56 122
Binary 11100110 10111111 10111011 0 10001 10011 1010 110 101110 1010010

Color Harmonies of #E6BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFBB

Black with #E6BFBB

Text Example


Text Example

White with #E6BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFBB; }

 p { color: rgb(230,191,187); }

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

background-color css

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

 a { background-color: rgb(230,191,187); }

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

border-color css

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

 span { border-color: rgb(230,191,187); }

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