Html Css Color HEX #EBC0BD Beauty Bush

📋 copy color: '#EBC0BD'

red 235 ◦ green 192 ◦ blue 189

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

Shades of Beauty Bush #EBC0BD

Tints of Beauty Bush #EBC0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.68%

R = 38.15%
G = 31.17%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBC0BD (or 0xEBC0BD) is known color: Beauty Bush. HEX triplet: EB, C0 and BD. RGB value is (235,192,189). Sum of RGB (Red+Green+Blue) = 235+192+189=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0BD is #143F42. Grayscale: #CCCCCC. Windows color (decimal): -1326915 or 12435691. OLE color: 12435691.

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

Color convert

RGB 235 192 189 -
CMYK 0 0.18 0.20 0.08
HSL 3.91º 0.53% 0.83% -
HSV(B) 3.91º 0.2% 0.92% -
XYZ 62.3 59.04 56.26 -
YUV 204.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 235 192 189 0 0.18 0.20 0.08 3.91 0.53 0.83
Hex EB C0 BD 0 12 14 8 4 35 53
Octal 353 300 275 0 22 24 10 4 65 123
Binary 11101011 11000000 10111101 0 10010 10100 1000 100 110101 1010011

Color Harmonies of #EBC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0BD

Black with #EBC0BD

Text Example


Text Example

White with #EBC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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