Html Css Color HEX #EBC1BA Beauty Bush

📋 copy color: '#EBC1BA'

red 235 ◦ green 193 ◦ blue 186

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

Shades of Beauty Bush #EBC1BA

Tints of Beauty Bush #EBC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.43%

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

R = 38.27%
G = 31.43%
B = 30.29%

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

#EBC1BA (or 0xEBC1BA) is known color: Beauty Bush. HEX triplet: EB, C1 and BA. RGB value is (235,193,186). Sum of RGB (Red+Green+Blue) = 235+193+186=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1BA is #143E45. Grayscale: #CCCCCC. Windows color (decimal): -1326662 or 12239339. OLE color: 12239339.

HSL color Cylindrical-coordinate representation of color #EBC1BA: hue angle of 8.57º 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 #EBC1BA is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 193 186 -
CMYK 0 0.18 0.21 0.08
HSL 8.57º 0.55% 0.83% -
HSV(B) 8.57º 0.21% 0.92% -
XYZ 62.19 59.35 54.63 -
YUV 204.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 235 193 186 0 0.18 0.21 0.08 8.57 0.55 0.83
Hex EB C1 BA 0 12 15 8 9 37 53
Octal 353 301 272 0 22 25 10 11 67 123
Binary 11101011 11000001 10111010 0 10010 10101 1000 1001 110111 1010011

Color Harmonies of #EBC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1BA

Black with #EBC1BA

Text Example


Text Example

White with #EBC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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