Html Css Color HEX #EDBBB1 Beauty Bush

📋 copy color: '#EDBBB1'

red 237 ◦ green 187 ◦ blue 177

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

Shades of Beauty Bush #EDBBB1

Tints of Beauty Bush #EDBBB1

RGB

 RED value IS 237 (92.97% from 255) = 39.43%

 GREEN value IS 187 (73.44% from 255) = 31.11%

 BLUE value IS 177 (69.53% from 255) = 29.45%

R = 39.43%
G = 31.11%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDBBB1 (or 0xEDBBB1) is known color: Beauty Bush. HEX triplet: ED, BB and B1. RGB value is (237,187,177). Sum of RGB (Red+Green+Blue) = 237+187+177=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBB1 is #12444E. Grayscale: #C8C8C8. Windows color (decimal): -1197135 or 11647981. OLE color: 11647981.

HSL color Cylindrical-coordinate representation of color #EDBBB1: hue angle of 10º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBBB1 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 187 177 -
CMYK 0 0.21 0.25 0.07
HSL 10º 0.63% 0.81% -
HSV(B) 10º 0.25% 0.93% -
XYZ 60.63 56.72 49.35 -
YUV 200.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 237 187 177 0 0.21 0.25 0.07 10 0.63 0.81
Hex ED BB B1 0 15 19 7 A 3E 51
Octal 355 273 261 0 25 31 7 12 76 121
Binary 11101101 10111011 10110001 0 10101 11001 111 1010 111110 1010001

Color Harmonies of #EDBBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBB1

Black with #EDBBB1

Text Example


Text Example

White with #EDBBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBB1; }

 p { color: rgb(237,187,177); }

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

background-color css

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

 a { background-color: rgb(237,187,177); }

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

border-color css

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

 span { border-color: rgb(237,187,177); }

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