Html Css Color HEX #EDBCB3 Beauty Bush

📋 copy color: '#EDBCB3'

red 237 ◦ green 188 ◦ blue 179

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

Shades of Beauty Bush #EDBCB3

Tints of Beauty Bush #EDBCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.64%

R = 39.24%
G = 31.13%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDBCB3 (or 0xEDBCB3) is known color: Beauty Bush. HEX triplet: ED, BC and B3. RGB value is (237,188,179). Sum of RGB (Red+Green+Blue) = 237+188+179=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCB3 is #12434C. Grayscale: #C9C9C9. Windows color (decimal): -1196877 or 11779309. OLE color: 11779309.

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

Color convert

RGB 237 188 179 -
CMYK 0 0.21 0.24 0.07
HSL 9.31º 0.62% 0.82% -
HSV(B) 9.31º 0.24% 0.93% -
XYZ 61.04 57.23 50.48 -
YUV 201.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 237 188 179 0 0.21 0.24 0.07 9.31 0.62 0.82
Hex ED BC B3 0 15 18 7 9 3E 52
Octal 355 274 263 0 25 30 7 11 76 122
Binary 11101101 10111100 10110011 0 10101 11000 111 1001 111110 1010010

Color Harmonies of #EDBCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCB3

Black with #EDBCB3

Text Example


Text Example

White with #EDBCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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