Html Css Color HEX #EDBCB5 Beauty Bush

📋 copy color: '#EDBCB5'

red 237 ◦ green 188 ◦ blue 181

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

Shades of Beauty Bush #EDBCB5

Tints of Beauty Bush #EDBCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.87%

R = 39.11%
G = 31.02%
B = 29.87%

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

#EDBCB5 (or 0xEDBCB5) is known color: Beauty Bush. HEX triplet: ED, BC and B5. RGB value is (237,188,181). Sum of RGB (Red+Green+Blue) = 237+188+181=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCB5 is #12434A. Grayscale: #C9C9C9. Windows color (decimal): -1196875 or 11910381. OLE color: 11910381.

HSL color Cylindrical-coordinate representation of color #EDBCB5: hue angle of 7.5º degrees, saturation: 0.61, 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 #EDBCB5 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 188 181 -
CMYK 0 0.21 0.24 0.07
HSL 7.5º 0.61% 0.82% -
HSV(B) 7.5º 0.24% 0.93% -
XYZ 61.25 57.31 51.55 -
YUV 201.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 237 188 181 0 0.21 0.24 0.07 7.5 0.61 0.82
Hex ED BC B5 0 15 18 7 8 3D 52
Octal 355 274 265 0 25 30 7 10 75 122
Binary 11101101 10111100 10110101 0 10101 11000 111 1000 111101 1010010

Color Harmonies of #EDBCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCB5

Black with #EDBCB5

Text Example


Text Example

White with #EDBCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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