Html Css Color HEX #EBC1B9 Beauty Bush

📋 copy color: '#EBC1B9'

red 235 ◦ green 193 ◦ blue 185

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

Shades of Beauty Bush #EBC1B9

Tints of Beauty Bush #EBC1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.18%

R = 38.34%
G = 31.48%
B = 30.18%

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

#EBC1B9 (or 0xEBC1B9) is known color: Beauty Bush. HEX triplet: EB, C1 and B9. RGB value is (235,193,185). Sum of RGB (Red+Green+Blue) = 235+193+185=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1B9 is #143E46. Grayscale: #CCCCCC. Windows color (decimal): -1326663 or 12173803. OLE color: 12173803.

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

Color convert

RGB 235 193 185 -
CMYK 0 0.18 0.21 0.08
HSL 9.6º 0.56% 0.82% -
HSV(B) 9.6º 0.21% 0.92% -
XYZ 62.09 59.3 54.07 -
YUV 204.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 235 193 185 0 0.18 0.21 0.08 9.6 0.56 0.82
Hex EB C1 B9 0 12 15 8 A 38 52
Octal 353 301 271 0 22 25 10 12 70 122
Binary 11101011 11000001 10111001 0 10010 10101 1000 1010 111000 1010010

Color Harmonies of #EBC1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1B9

Black with #EBC1B9

Text Example


Text Example

White with #EBC1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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