Html Css Color HEX #EBB1AE Beauty Bush

📋 copy color: '#EBB1AE'

red 235 ◦ green 177 ◦ blue 174

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

Shades of Beauty Bush #EBB1AE

Tints of Beauty Bush #EBB1AE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.2%

 BLUE value IS 174 (68.36% from 255) = 29.69%

R = 40.1%
G = 30.2%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBB1AE (or 0xEBB1AE) is known color: Beauty Bush. HEX triplet: EB, B1 and AE. RGB value is (235,177,174). Sum of RGB (Red+Green+Blue) = 235+177+174=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1AE is #144E51. Grayscale: #C2C2C2. Windows color (decimal): -1330770 or 11448811. OLE color: 11448811.

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

Color convert

RGB 235 177 174 -
CMYK 0 0.25 0.26 0.08
HSL 2.95º 0.6% 0.8% -
HSV(B) 2.95º 0.26% 0.92% -
XYZ 57.62 52.16 47.08 -
YUV 194 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 235 177 174 0 0.25 0.26 0.08 2.95 0.6 0.8
Hex EB B1 AE 0 19 1A 8 3 3C 50
Octal 353 261 256 0 31 32 10 3 74 120
Binary 11101011 10110001 10101110 0 11001 11010 1000 11 111100 1010000

Color Harmonies of #EBB1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1AE

Black with #EBB1AE

Text Example


Text Example

White with #EBB1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1AE; }

 p { color: rgb(235,177,174); }

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

background-color css

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

 a { background-color: rgb(235,177,174); }

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

border-color css

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

 span { border-color: rgb(235,177,174); }

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