Html Css Color HEX #EBBAB9 Beauty Bush

📋 copy color: '#EBBAB9'

red 235 ◦ green 186 ◦ blue 185

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

Shades of Beauty Bush #EBBAB9

Tints of Beauty Bush #EBBAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.69%

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

R = 38.78%
G = 30.69%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBBAB9 (or 0xEBBAB9) is known color: Beauty Bush. HEX triplet: EB, BA and B9. RGB value is (235,186,185). Sum of RGB (Red+Green+Blue) = 235+186+185=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAB9 is #144546. Grayscale: #C8C8C8. Windows color (decimal): -1328455 or 12172011. OLE color: 12172011.

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

Color convert

RGB 235 186 185 -
CMYK 0 0.21 0.21 0.08
HSL 1.2º 0.56% 0.82% -
HSV(B) 1.2º 0.21% 0.92% -
XYZ 60.58 56.28 53.57 -
YUV 200.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 235 186 185 0 0.21 0.21 0.08 1.2 0.56 0.82
Hex EB BA B9 0 15 15 8 1 38 52
Octal 353 272 271 0 25 25 10 1 70 122
Binary 11101011 10111010 10111001 0 10101 10101 1000 1 111000 1010010

Color Harmonies of #EBBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAB9

Black with #EBBAB9

Text Example


Text Example

White with #EBBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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