Html Css Color HEX #E6BCBA Beauty Bush

📋 copy color: '#E6BCBA'

red 230 ◦ green 188 ◦ blue 186

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

Shades of Beauty Bush #E6BCBA

Tints of Beauty Bush #E6BCBA

RGB

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

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

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

R = 38.08%
G = 31.13%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6BCBA (or 0xE6BCBA) is known color: Beauty Bush. HEX triplet: E6, BC and BA. RGB value is (230,188,186). Sum of RGB (Red+Green+Blue) = 230+188+186=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCBA is #194345. Grayscale: #C8C8C8. Windows color (decimal): -1655622 or 12238054. OLE color: 12238054.

HSL color Cylindrical-coordinate representation of color #E6BCBA: hue angle of 2.73º degrees, saturation: 0.47, 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 #E6BCBA is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 188 186 -
CMYK 0 0.18 0.19 0.10
HSL 2.73º 0.47% 0.82% -
HSV(B) 2.73º 0.19% 0.9% -
XYZ 59.48 56.33 54.19 -
YUV 200.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 230 188 186 0 0.18 0.19 0.10 2.73 0.47 0.82
Hex E6 BC BA 0 12 13 A 3 2F 52
Octal 346 274 272 0 22 23 12 3 57 122
Binary 11100110 10111100 10111010 0 10010 10011 1010 11 101111 1010010

Color Harmonies of #E6BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCBA

Black with #E6BCBA

Text Example


Text Example

White with #E6BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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