Html Css Color HEX #EBB1AC Beauty Bush

📋 copy color: '#EBB1AC'

red 235 ◦ green 177 ◦ blue 172

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

Shades of Beauty Bush #EBB1AC

Tints of Beauty Bush #EBB1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.45%

R = 40.24%
G = 30.31%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBB1AC (or 0xEBB1AC) is known color: Beauty Bush. HEX triplet: EB, B1 and AC. RGB value is (235,177,172). Sum of RGB (Red+Green+Blue) = 235+177+172=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1AC is #144E53. Grayscale: #C1C1C1. Windows color (decimal): -1330772 or 11317739. OLE color: 11317739.

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

Color convert

RGB 235 177 172 -
CMYK 0 0.25 0.27 0.08
HSL 4.76º 0.61% 0.8% -
HSV(B) 4.76º 0.27% 0.92% -
XYZ 57.43 52.09 46.06 -
YUV 193.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 235 177 172 0 0.25 0.27 0.08 4.76 0.61 0.8
Hex EB B1 AC 0 19 1B 8 5 3D 50
Octal 353 261 254 0 31 33 10 5 75 120
Binary 11101011 10110001 10101100 0 11001 11011 1000 101 111101 1010000

Color Harmonies of #EBB1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1AC

Black with #EBB1AC

Text Example


Text Example

White with #EBB1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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