Html Css Color HEX #EBBDB1 Beauty Bush

📋 copy color: '#EBBDB1'

red 235 ◦ green 189 ◦ blue 177

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

Shades of Beauty Bush #EBBDB1

Tints of Beauty Bush #EBBDB1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.45%

 BLUE value IS 177 (69.53% from 255) = 29.45%

R = 39.1%
G = 31.45%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBBDB1 (or 0xEBBDB1) is known color: Beauty Bush. HEX triplet: EB, BD and B1. RGB value is (235,189,177). Sum of RGB (Red+Green+Blue) = 235+189+177=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBDB1 is #14424E. Grayscale: #C9C9C9. Windows color (decimal): -1327695 or 11648491. OLE color: 11648491.

HSL color Cylindrical-coordinate representation of color #EBBDB1: hue angle of 12.41º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBBDB1 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 177 -
CMYK 0 0.20 0.25 0.08
HSL 12.41º 0.59% 0.81% -
HSV(B) 12.41º 0.25% 0.92% -
XYZ 60.39 57.23 49.46 -
YUV 201.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 235 189 177 0 0.20 0.25 0.08 12.41 0.59 0.81
Hex EB BD B1 0 14 19 8 C 3B 51
Octal 353 275 261 0 24 31 10 14 73 121
Binary 11101011 10111101 10110001 0 10100 11001 1000 1100 111011 1010001

Color Harmonies of #EBBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDB1

Black with #EBBDB1

Text Example


Text Example

White with #EBBDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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