Html Css Color HEX #EBB9B8 Beauty Bush

📋 copy color: '#EBB9B8'

red 235 ◦ green 185 ◦ blue 184

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

Shades of Beauty Bush #EBB9B8

Tints of Beauty Bush #EBB9B8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.63%

 BLUE value IS 184 (72.27% from 255) = 30.46%

R = 38.91%
G = 30.63%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EBB9B8 (or 0xEBB9B8) is known color: Beauty Bush. HEX triplet: EB, B9 and B8. RGB value is (235,185,184). Sum of RGB (Red+Green+Blue) = 235+185+184=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9B8 is #144647. Grayscale: #C7C7C7. Windows color (decimal): -1328712 or 12106219. OLE color: 12106219.

HSL color Cylindrical-coordinate representation of color #EBB9B8: hue angle of 1.18º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB9B8 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 185 184 -
CMYK 0 0.21 0.22 0.08
HSL 1.18º 0.56% 0.82% -
HSV(B) 1.18º 0.22% 0.92% -
XYZ 60.26 55.82 52.95 -
YUV 199.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 235 185 184 0 0.21 0.22 0.08 1.18 0.56 0.82
Hex EB B9 B8 0 15 16 8 1 38 52
Octal 353 271 270 0 25 26 10 1 70 122
Binary 11101011 10111001 10111000 0 10101 10110 1000 1 111000 1010010

Color Harmonies of #EBB9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9B8

Black with #EBB9B8

Text Example


Text Example

White with #EBB9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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