Html Css Color HEX #EBC0BE Beauty Bush

📋 copy color: '#EBC0BE'

red 235 ◦ green 192 ◦ blue 190

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

Shades of Beauty Bush #EBC0BE

Tints of Beauty Bush #EBC0BE

RGB

 RED value IS 235 (92.19% from 255) = 38.09%

 GREEN value IS 192 (75.39% from 255) = 31.12%

 BLUE value IS 190 (74.61% from 255) = 30.79%

R = 38.09%
G = 31.12%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBC0BE (or 0xEBC0BE) is known color: Beauty Bush. HEX triplet: EB, C0 and BE. RGB value is (235,192,190). Sum of RGB (Red+Green+Blue) = 235+192+190=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0BE is #143F41. Grayscale: #CCCCCC. Windows color (decimal): -1326914 or 12501227. OLE color: 12501227.

HSL color Cylindrical-coordinate representation of color #EBC0BE: hue angle of 2.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC0BE is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 190 -
CMYK 0 0.18 0.19 0.08
HSL 2.67º 0.53% 0.83% -
HSV(B) 2.67º 0.19% 0.92% -
XYZ 62.4 59.08 56.83 -
YUV 204.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 235 192 190 0 0.18 0.19 0.08 2.67 0.53 0.83
Hex EB C0 BE 0 12 13 8 3 35 53
Octal 353 300 276 0 22 23 10 3 65 123
Binary 11101011 11000000 10111110 0 10010 10011 1000 11 110101 1010011

Color Harmonies of #EBC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0BE

Black with #EBC0BE

Text Example


Text Example

White with #EBC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0BE; }

 p { color: rgb(235,192,190); }

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

background-color css

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

 a { background-color: rgb(235,192,190); }

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

border-color css

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

 span { border-color: rgb(235,192,190); }

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