Html Css Color HEX #EDBCB7 Beauty Bush

📋 copy color: '#EDBCB7'

red 237 ◦ green 188 ◦ blue 183

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

Shades of Beauty Bush #EDBCB7

Tints of Beauty Bush #EDBCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.92%

 BLUE value IS 183 (71.88% from 255) = 30.1%

R = 38.98%
G = 30.92%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDBCB7 (or 0xEDBCB7) is known color: Beauty Bush. HEX triplet: ED, BC and B7. RGB value is (237,188,183). Sum of RGB (Red+Green+Blue) = 237+188+183=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCB7 is #124348. Grayscale: #CACACA. Windows color (decimal): -1196873 or 12041453. OLE color: 12041453.

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

Color convert

RGB 237 188 183 -
CMYK 0 0.21 0.23 0.07
HSL 5.56º 0.6% 0.82% -
HSV(B) 5.56º 0.23% 0.93% -
XYZ 61.46 57.39 52.64 -
YUV 202.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 237 188 183 0 0.21 0.23 0.07 5.56 0.6 0.82
Hex ED BC B7 0 15 17 7 6 3C 52
Octal 355 274 267 0 25 27 7 6 74 122
Binary 11101101 10111100 10110111 0 10101 10111 111 110 111100 1010010

Color Harmonies of #EDBCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCB7

Black with #EDBCB7

Text Example


Text Example

White with #EDBCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCB7; }

 p { color: rgb(237,188,183); }

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

background-color css

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

 a { background-color: rgb(237,188,183); }

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

border-color css

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

 span { border-color: rgb(237,188,183); }

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