Html Css Color HEX #EFBFBC Beauty Bush

📋 copy color: '#EFBFBC'

red 239 ◦ green 191 ◦ blue 188

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

Shades of Beauty Bush #EFBFBC

Tints of Beauty Bush #EFBFBC

RGB

 RED value IS 239 (93.75% from 255) = 38.67%

 GREEN value IS 191 (75% from 255) = 30.91%

 BLUE value IS 188 (73.83% from 255) = 30.42%

R = 38.67%
G = 30.91%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFBFBC (or 0xEFBFBC) is known color: Beauty Bush. HEX triplet: EF, BF and BC. RGB value is (239,191,188). Sum of RGB (Red+Green+Blue) = 239+191+188=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFBC is #104043. Grayscale: #CDCDCD. Windows color (decimal): -1065028 or 12369903. OLE color: 12369903.

HSL color Cylindrical-coordinate representation of color #EFBFBC: hue angle of 3.53º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBFBC is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 188 -
CMYK 0 0.20 0.21 0.06
HSL 3.53º 0.61% 0.84% -
HSV(B) 3.53º 0.21% 0.94% -
XYZ 63.3 59.24 55.68 -
YUV 205.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 239 191 188 0 0.20 0.21 0.06 3.53 0.61 0.84
Hex EF BF BC 0 14 15 6 4 3D 54
Octal 357 277 274 0 24 25 6 4 75 124
Binary 11101111 10111111 10111100 0 10100 10101 110 100 111101 1010100

Color Harmonies of #EFBFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFBC

Black with #EFBFBC

Text Example


Text Example

White with #EFBFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFBC; }

 p { color: rgb(239,191,188); }

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

background-color css

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

 a { background-color: rgb(239,191,188); }

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

border-color css

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

 span { border-color: rgb(239,191,188); }

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