Html Css Color HEX #EFBCB7 Beauty Bush

📋 copy color: '#EFBCB7'

red 239 ◦ green 188 ◦ blue 183

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

Shades of Beauty Bush #EFBCB7

Tints of Beauty Bush #EFBCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30%

R = 39.18%
G = 30.82%
B = 30%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFBCB7 (or 0xEFBCB7) is known color: Beauty Bush. HEX triplet: EF, BC and B7. RGB value is (239,188,183). Sum of RGB (Red+Green+Blue) = 239+188+183=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCB7 is #104348. Grayscale: #CACACA. Windows color (decimal): -1065801 or 12041455. OLE color: 12041455.

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

Color convert

RGB 239 188 183 -
CMYK 0 0.21 0.23 0.06
HSL 5.36º 0.64% 0.83% -
HSV(B) 5.36º 0.23% 0.94% -
XYZ 62.13 57.74 52.67 -
YUV 202.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 239 188 183 0 0.21 0.23 0.06 5.36 0.64 0.83
Hex EF BC B7 0 15 17 6 5 40 53
Octal 357 274 267 0 25 27 6 5 100 123
Binary 11101111 10111100 10110111 0 10101 10111 110 101 1000000 1010011

Color Harmonies of #EFBCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCB7

Black with #EFBCB7

Text Example


Text Example

White with #EFBCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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