Html Css Color HEX #EBBCB0 Beauty Bush

📋 copy color: '#EBBCB0'

red 235 ◦ green 188 ◦ blue 176

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

Shades of Beauty Bush #EBBCB0

Tints of Beauty Bush #EBBCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.38%

R = 39.23%
G = 31.39%
B = 29.38%

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

#EBBCB0 (or 0xEBBCB0) is known color: Beauty Bush. HEX triplet: EB, BC and B0. RGB value is (235,188,176). Sum of RGB (Red+Green+Blue) = 235+188+176=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCB0 is #14434F. Grayscale: #C8C8C8. Windows color (decimal): -1327952 or 11582699. OLE color: 11582699.

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

Color convert

RGB 235 188 176 -
CMYK 0 0.2 0.25 0.08
HSL 12.2º 0.6% 0.81% -
HSV(B) 12.2º 0.25% 0.92% -
XYZ 60.08 56.76 48.86 -
YUV 200.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 235 188 176 0 0.2 0.25 0.08 12.2 0.6 0.81
Hex EB BC B0 0 14 19 8 C 3C 51
Octal 353 274 260 0 24 31 10 14 74 121
Binary 11101011 10111100 10110000 0 10100 11001 1000 1100 111100 1010001

Color Harmonies of #EBBCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBCB0

Black with #EBBCB0

Text Example


Text Example

White with #EBBCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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