Html Css Color HEX #E6BCB8 Beauty Bush

📋 copy color: '#E6BCB8'

red 230 ◦ green 188 ◦ blue 184

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

Shades of Beauty Bush #E6BCB8

Tints of Beauty Bush #E6BCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.56%

R = 38.21%
G = 31.23%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#E6BCB8 (or 0xE6BCB8) is known color: Beauty Bush. HEX triplet: E6, BC and B8. RGB value is (230,188,184). Sum of RGB (Red+Green+Blue) = 230+188+184=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCB8 is #194347. Grayscale: #C8C8C8. Windows color (decimal): -1655624 or 12106982. OLE color: 12106982.

HSL color Cylindrical-coordinate representation of color #E6BCB8: hue angle of 5.22º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6BCB8 is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 188 184 -
CMYK 0 0.18 0.2 0.10
HSL 5.22º 0.48% 0.81% -
HSV(B) 5.22º 0.2% 0.9% -
XYZ 59.27 56.25 53.08 -
YUV 200.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 230 188 184 0 0.18 0.2 0.10 5.22 0.48 0.81
Hex E6 BC B8 0 12 14 A 5 30 51
Octal 346 274 270 0 22 24 12 5 60 121
Binary 11100110 10111100 10111000 0 10010 10100 1010 101 110000 1010001

Color Harmonies of #E6BCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCB8

Black with #E6BCB8

Text Example


Text Example

White with #E6BCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCB8; }

 p { color: rgb(230,188,184); }

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

background-color css

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

 a { background-color: rgb(230,188,184); }

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

border-color css

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

 span { border-color: rgb(230,188,184); }

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