Html Css Color HEX #EBBDB9 Beauty Bush

📋 copy color: '#EBBDB9'

red 235 ◦ green 189 ◦ blue 185

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

Shades of Beauty Bush #EBBDB9

Tints of Beauty Bush #EBBDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.03%

 BLUE value IS 185 (72.66% from 255) = 30.38%

R = 38.59%
G = 31.03%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBBDB9 (or 0xEBBDB9) is known color: Beauty Bush. HEX triplet: EB, BD and B9. RGB value is (235,189,185). Sum of RGB (Red+Green+Blue) = 235+189+185=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDB9 is #144246. Grayscale: #CACACA. Windows color (decimal): -1327687 or 12172779. OLE color: 12172779.

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

Color convert

RGB 235 189 185 -
CMYK 0 0.20 0.21 0.08
HSL 4.8º 0.56% 0.82% -
HSV(B) 4.8º 0.21% 0.92% -
XYZ 61.22 57.56 53.78 -
YUV 202.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 235 189 185 0 0.20 0.21 0.08 4.8 0.56 0.82
Hex EB BD B9 0 14 15 8 5 38 52
Octal 353 275 271 0 24 25 10 5 70 122
Binary 11101011 10111101 10111001 0 10100 10101 1000 101 111000 1010010

Color Harmonies of #EBBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDB9

Black with #EBBDB9

Text Example


Text Example

White with #EBBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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