Html Css Color HEX #EDB9B6 Beauty Bush

📋 copy color: '#EDB9B6'

red 237 ◦ green 185 ◦ blue 182

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

Shades of Beauty Bush #EDB9B6

Tints of Beauty Bush #EDB9B6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.63%

 BLUE value IS 182 (71.48% from 255) = 30.13%

R = 39.24%
G = 30.63%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDB9B6 (or 0xEDB9B6) is known color: Beauty Bush. HEX triplet: ED, B9 and B6. RGB value is (237,185,182). Sum of RGB (Red+Green+Blue) = 237+185+182=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9B6 is #124649. Grayscale: #C8C8C8. Windows color (decimal): -1197642 or 11975149. OLE color: 11975149.

HSL color Cylindrical-coordinate representation of color #EDB9B6: hue angle of 3.27º 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 #EDB9B6 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 182 -
CMYK 0 0.22 0.23 0.07
HSL 3.27º 0.6% 0.82% -
HSV(B) 3.27º 0.23% 0.93% -
XYZ 60.72 56.08 51.88 -
YUV 200.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 237 185 182 0 0.22 0.23 0.07 3.27 0.6 0.82
Hex ED B9 B6 0 16 17 7 3 3C 52
Octal 355 271 266 0 26 27 7 3 74 122
Binary 11101101 10111001 10110110 0 10110 10111 111 11 111100 1010010

Color Harmonies of #EDB9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9B6

Black with #EDB9B6

Text Example


Text Example

White with #EDB9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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