Html Css Color HEX #EBC2BB Beauty Bush

📋 copy color: '#EBC2BB'

red 235 ◦ green 194 ◦ blue 187

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

Shades of Beauty Bush #EBC2BB

Tints of Beauty Bush #EBC2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.49%

 BLUE value IS 187 (73.44% from 255) = 30.36%

R = 38.15%
G = 31.49%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBC2BB (or 0xEBC2BB) is known color: Beauty Bush. HEX triplet: EB, C2 and BB. RGB value is (235,194,187). Sum of RGB (Red+Green+Blue) = 235+194+187=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2BB is #143D44. Grayscale: #CDCDCD. Windows color (decimal): -1326405 or 12305131. OLE color: 12305131.

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

Color convert

RGB 235 194 187 -
CMYK 0 0.17 0.20 0.08
HSL 8.75º 0.55% 0.83% -
HSV(B) 8.75º 0.2% 0.92% -
XYZ 62.52 59.83 55.27 -
YUV 205.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 235 194 187 0 0.17 0.20 0.08 8.75 0.55 0.83
Hex EB C2 BB 0 11 14 8 9 37 53
Octal 353 302 273 0 21 24 10 11 67 123
Binary 11101011 11000010 10111011 0 10001 10100 1000 1001 110111 1010011

Color Harmonies of #EBC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2BB

Black with #EBC2BB

Text Example


Text Example

White with #EBC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2BB; }

 p { color: rgb(235,194,187); }

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

background-color css

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

 a { background-color: rgb(235,194,187); }

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

border-color css

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

 span { border-color: rgb(235,194,187); }

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