Html Css Color HEX #EDBCB0 Beauty Bush

📋 copy color: '#EDBCB0'

red 237 ◦ green 188 ◦ blue 176

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

Shades of Beauty Bush #EDBCB0

Tints of Beauty Bush #EDBCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.28%

R = 39.43%
G = 31.28%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDBCB0 (or 0xEDBCB0) is known color: Beauty Bush. HEX triplet: ED, BC and B0. RGB value is (237,188,176). Sum of RGB (Red+Green+Blue) = 237+188+176=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCB0 is #12434F. Grayscale: #C9C9C9. Windows color (decimal): -1196880 or 11582701. OLE color: 11582701.

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

Color convert

RGB 237 188 176 -
CMYK 0 0.21 0.26 0.07
HSL 11.8º 0.63% 0.81% -
HSV(B) 11.8º 0.26% 0.93% -
XYZ 60.74 57.11 48.9 -
YUV 201.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 237 188 176 0 0.21 0.26 0.07 11.8 0.63 0.81
Hex ED BC B0 0 15 1A 7 C 3F 51
Octal 355 274 260 0 25 32 7 14 77 121
Binary 11101101 10111100 10110000 0 10101 11010 111 1100 111111 1010001

Color Harmonies of #EDBCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCB0

Black with #EDBCB0

Text Example


Text Example

White with #EDBCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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