Html Css Color HEX #EBC1BD Beauty Bush

📋 copy color: '#EBC1BD'

red 235 ◦ green 193 ◦ blue 189

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

Shades of Beauty Bush #EBC1BD

Tints of Beauty Bush #EBC1BD

RGB

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

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

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

R = 38.09%
G = 31.28%
B = 30.63%

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

#EBC1BD (or 0xEBC1BD) is known color: Beauty Bush. HEX triplet: EB, C1 and BD. RGB value is (235,193,189). Sum of RGB (Red+Green+Blue) = 235+193+189=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1BD is #143E42. Grayscale: #CDCDCD. Windows color (decimal): -1326659 or 12435947. OLE color: 12435947.

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

Color convert

RGB 235 193 189 -
CMYK 0 0.18 0.20 0.08
HSL 5.22º 0.53% 0.83% -
HSV(B) 5.22º 0.2% 0.92% -
XYZ 62.52 59.48 56.33 -
YUV 205.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 235 193 189 0 0.18 0.20 0.08 5.22 0.53 0.83
Hex EB C1 BD 0 12 14 8 5 35 53
Octal 353 301 275 0 22 24 10 5 65 123
Binary 11101011 11000001 10111101 0 10010 10100 1000 101 110101 1010011

Color Harmonies of #EBC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1BD

Black with #EBC1BD

Text Example


Text Example

White with #EBC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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