Html Css Color HEX #EBB4AD Beauty Bush

📋 copy color: '#EBB4AD'

red 235 ◦ green 180 ◦ blue 173

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

Shades of Beauty Bush #EBB4AD

Tints of Beauty Bush #EBB4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.61%

 BLUE value IS 173 (67.97% from 255) = 29.42%

R = 39.97%
G = 30.61%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBB4AD (or 0xEBB4AD) is known color: Beauty Bush. HEX triplet: EB, B4 and AD. RGB value is (235,180,173). Sum of RGB (Red+Green+Blue) = 235+180+173=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB4AD is #144B52. Grayscale: #C3C3C3. Windows color (decimal): -1330003 or 11384043. OLE color: 11384043.

HSL color Cylindrical-coordinate representation of color #EBB4AD: hue angle of 6.77º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB4AD is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 180 173 -
CMYK 0 0.23 0.26 0.08
HSL 6.77º 0.61% 0.8% -
HSV(B) 6.77º 0.26% 0.92% -
XYZ 58.13 53.32 46.76 -
YUV 195.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 235 180 173 0 0.23 0.26 0.08 6.77 0.61 0.8
Hex EB B4 AD 0 17 1A 8 7 3D 50
Octal 353 264 255 0 27 32 10 7 75 120
Binary 11101011 10110100 10101101 0 10111 11010 1000 111 111101 1010000

Color Harmonies of #EBB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4AD

Black with #EBB4AD

Text Example


Text Example

White with #EBB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4AD; }

 p { color: rgb(235,180,173); }

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

background-color css

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

 a { background-color: rgb(235,180,173); }

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

border-color css

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

 span { border-color: rgb(235,180,173); }

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