Html Css Color HEX #EBC0BA Beauty Bush

📋 copy color: '#EBC0BA'

red 235 ◦ green 192 ◦ blue 186

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

Shades of Beauty Bush #EBC0BA

Tints of Beauty Bush #EBC0BA

RGB

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

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

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

R = 38.34%
G = 31.32%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBC0BA (or 0xEBC0BA) is known color: Beauty Bush. HEX triplet: EB, C0 and BA. RGB value is (235,192,186). Sum of RGB (Red+Green+Blue) = 235+192+186=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0BA is #143F45. Grayscale: #CCCCCC. Windows color (decimal): -1326918 or 12239083. OLE color: 12239083.

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

Color convert

RGB 235 192 186 -
CMYK 0 0.18 0.21 0.08
HSL 7.35º 0.55% 0.83% -
HSV(B) 7.35º 0.21% 0.92% -
XYZ 61.97 58.91 54.56 -
YUV 204.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 235 192 186 0 0.18 0.21 0.08 7.35 0.55 0.83
Hex EB C0 BA 0 12 15 8 7 37 53
Octal 353 300 272 0 22 25 10 7 67 123
Binary 11101011 11000000 10111010 0 10010 10101 1000 111 110111 1010011

Color Harmonies of #EBC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0BA

Black with #EBC0BA

Text Example


Text Example

White with #EBC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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