Html Css Color HEX #EDBCB9 Beauty Bush

📋 copy color: '#EDBCB9'

red 237 ◦ green 188 ◦ blue 185

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

Shades of Beauty Bush #EDBCB9

Tints of Beauty Bush #EDBCB9

RGB

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

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

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

R = 38.85%
G = 30.82%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDBCB9 (or 0xEDBCB9) is known color: Beauty Bush. HEX triplet: ED, BC and B9. RGB value is (237,188,185). Sum of RGB (Red+Green+Blue) = 237+188+185=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCB9 is #124346. Grayscale: #CACACA. Windows color (decimal): -1196871 or 12172525. OLE color: 12172525.

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

Color convert

RGB 237 188 185 -
CMYK 0 0.21 0.22 0.07
HSL 3.46º 0.59% 0.83% -
HSV(B) 3.46º 0.22% 0.93% -
XYZ 61.67 57.47 53.74 -
YUV 202.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 237 188 185 0 0.21 0.22 0.07 3.46 0.59 0.83
Hex ED BC B9 0 15 16 7 3 3B 53
Octal 355 274 271 0 25 26 7 3 73 123
Binary 11101101 10111100 10111001 0 10101 10110 111 11 111011 1010011

Color Harmonies of #EDBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCB9

Black with #EDBCB9

Text Example


Text Example

White with #EDBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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