Html Css Color HEX #EBB6AC Beauty Bush

📋 copy color: '#EBB6AC'

red 235 ◦ green 182 ◦ blue 172

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

Shades of Beauty Bush #EBB6AC

Tints of Beauty Bush #EBB6AC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.9%

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

R = 39.9%
G = 30.9%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBB6AC (or 0xEBB6AC) is known color: Beauty Bush. HEX triplet: EB, B6 and AC. RGB value is (235,182,172). Sum of RGB (Red+Green+Blue) = 235+182+172=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB6AC is #144953. Grayscale: #C4C4C4. Windows color (decimal): -1329492 or 11319019. OLE color: 11319019.

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

Color convert

RGB 235 182 172 -
CMYK 0 0.23 0.27 0.08
HSL 9.52º 0.61% 0.8% -
HSV(B) 9.52º 0.27% 0.92% -
XYZ 58.44 54.1 46.39 -
YUV 196.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 235 182 172 0 0.23 0.27 0.08 9.52 0.61 0.8
Hex EB B6 AC 0 17 1B 8 A 3D 50
Octal 353 266 254 0 27 33 10 12 75 120
Binary 11101011 10110110 10101100 0 10111 11011 1000 1010 111101 1010000

Color Harmonies of #EBB6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6AC

Black with #EBB6AC

Text Example


Text Example

White with #EBB6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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