Html Css Color HEX #EBBCB1 Beauty Bush

📋 copy color: '#EBBCB1'

red 235 ◦ green 188 ◦ blue 177

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

Shades of Beauty Bush #EBBCB1

Tints of Beauty Bush #EBBCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.33%

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

R = 39.17%
G = 31.33%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBBCB1 (or 0xEBBCB1) is known color: Beauty Bush. HEX triplet: EB, BC and B1. RGB value is (235,188,177). Sum of RGB (Red+Green+Blue) = 235+188+177=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCB1 is #14434E. Grayscale: #C8C8C8. Windows color (decimal): -1327951 or 11648235. OLE color: 11648235.

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

Color convert

RGB 235 188 177 -
CMYK 0 0.2 0.25 0.08
HSL 11.38º 0.59% 0.81% -
HSV(B) 11.38º 0.25% 0.92% -
XYZ 60.18 56.8 49.39 -
YUV 200.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 235 188 177 0 0.2 0.25 0.08 11.38 0.59 0.81
Hex EB BC B1 0 14 19 8 B 3B 51
Octal 353 274 261 0 24 31 10 13 73 121
Binary 11101011 10111100 10110001 0 10100 11001 1000 1011 111011 1010001

Color Harmonies of #EBBCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBCB1

Black with #EBBCB1

Text Example


Text Example

White with #EBBCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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